Commit 3be196d9 authored by jan.koester's avatar jan.koester
Browse files

test

parent 37029322
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -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()


@@ -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()