Loading backends/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ if(${YAML_FOUND}) if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows") target_link_libraries(yamlconf PUBLIC confplus PRIVATE ${YAML_LIBRARIES} kernel32.lib ) install(FILES ${YAML_LIBRARIES} DESTINATION lib) else() target_link_libraries(yamlconf PUBLIC confplus PRIVATE ${YAML_LIBRARIES} dl) endif() Loading Loading
backends/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ if(${YAML_FOUND}) if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows") target_link_libraries(yamlconf PUBLIC confplus PRIVATE ${YAML_LIBRARIES} kernel32.lib ) install(FILES ${YAML_LIBRARIES} DESTINATION lib) else() target_link_libraries(yamlconf PUBLIC confplus PRIVATE ${YAML_LIBRARIES} dl) endif() Loading