Commit abc150d6 authored by jan.koester's avatar jan.koester
Browse files

test

parent 2b9dfca8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@ if(YAML_FOUND)

    if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
        # Ensure 'confplus' is linked as PRIVATE unless its interface is exposed
        target_link_libraries(yamlconf PRIVATE confplus yaml::yaml kernel32.lib) 
        target_link_libraries(yamlconf PRIVATE confplus YAML::YAML kernel32.lib) 
    else()
        target_link_libraries(yamlconf PRIVATE confplus yaml::yaml dl) 
        target_link_libraries(yamlconf PRIVATE confplus YAML::YAML dl) 
    endif()
    
    install(TARGETS yamlconf