Loading backends/CMakeLists.txt +6 −5 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ if(${YAML_FOUND}) else() target_link_libraries(yamlconf PUBLIC confplus PRIVATE yaml::yaml dl) endif() install(TARGETS yamlconf RUNTIME DESTINATION bin LIBRARY DESTINATION lib/confplus/backend NAMELINK_SKIP) endif() Loading Loading
backends/CMakeLists.txt +6 −5 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ if(${YAML_FOUND}) else() target_link_libraries(yamlconf PUBLIC confplus PRIVATE yaml::yaml dl) endif() install(TARGETS yamlconf RUNTIME DESTINATION bin LIBRARY DESTINATION lib/confplus/backend NAMELINK_SKIP) endif() Loading