Commit 035904e9 authored by jan.koester's avatar jan.koester
Browse files

test

parent b04cefff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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()