Loading backends/CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ else() target_link_libraries(yamlconf PUBLIC confplus PRIVATE ${YAML_LIBRARIES} dl) endif() install(TARGETS yamlconf DESTINATION RUNTIMES) install(TARGETS yamlconf RUNTIME DESTINATION bin LIBRARY DESTINATION lib/confplus/backend) endif() Loading Loading
backends/CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ else() target_link_libraries(yamlconf PUBLIC confplus PRIVATE ${YAML_LIBRARIES} dl) endif() install(TARGETS yamlconf DESTINATION RUNTIMES) install(TARGETS yamlconf RUNTIME DESTINATION bin LIBRARY DESTINATION lib/confplus/backend) endif() Loading