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

fxied

parent fadaa75d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ else()
    target_link_libraries(yamlconf PUBLIC confplus PRIVATE ${YAML_LIBRARIES} dl)
endif()

    install(TARGETS yamlconf DESTINATION RUNTIMES)
    install(TARGETS yamlconf  RUNTIME DESTINATION bin  LIBRARY DESTINATION lib/confplus/backend)

endif()