restbed icon indicating copy to clipboard operation
restbed copied to clipboard

cmake link using add_subdirectory results in

Open monkfood opened this issue 3 years ago • 1 comments

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

monkfood avatar May 14 '21 22:05 monkfood

Still same porblem... how did you fix it on your cmake ..?

Matthias199 avatar Feb 10 '22 15:02 Matthias199