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