Closed ronytigo closed 1 year ago
If you cloned beauty repo in yout own deps directory ?
May works, but not tested since I used it with conan. You will need to be sure boost and openssl are available.
add_subdirectory(deps/beauty)
target_link_libraries(test PRIVATE beauty::beauty)
yes.
I tried that, but now I see I needed to add set(CONAN OFF)
.
How should I add to CMakeLists.txt?
for rapidyaml I have this for example: