restbed
restbed copied to clipboard
cmake link using add_subdirectory results in
Adding restbed as subdir
add_subdirectory(3rdparty/restbed)
linking (tried linking "restbed-shared" as well as "restbed-static", even tried only "restbed" even if there is no
target_link_libraries(${PROJECT_NAME} restbed-shared)
Restbed builds fine but when including in project
#include(restbed)
fatal error: restbed: No such file or directory
same problem as in https://github.com/Corvusoft/restbed/pull/256 could not find any documentation or stackoverflow that could help
Still same porblem... how did you fix it on your cmake ..?