Commit 5b34b41a authored by jan.koester's avatar jan.koester
Browse files

fixed

parent a564fbf1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -79,6 +79,10 @@ if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows" AND ${CMAKE_BUILD_TYPE} MATCHES "
        IMPORTED_IMPLIB_DEBUG "$<TARGET_FILE_DIR:htmlpp>/htmlppd.lib"
        IMPORTED_IMPLIB "$<TARGET_FILE_DIR:htmlpp>/htmlpp.lib"
    )
    set_target_properties(htmlpp-static PROPERTIES
        IMPORTED_IMPLIB_DEBUG "$<TARGET_FILE_DIR:htmlpp-static>/htmlpp-staticd.lib"
        IMPORTED_IMPLIB "$<TARGET_FILE_DIR:htmlpp-static>/htmlpp-static.lib"
    )
endif()

install(TARGETS htmlpp htmlpp-static EXPORT htmlppTargets
@@ -90,7 +94,7 @@ install(TARGETS htmlpp htmlpp-static EXPORT htmlppTargets

install(FILES
    "${CMAKE_BINARY_DIR}/config.h"
    "${CMAKE_CURRENT_BINARY_DIR}/htmlpp_export.h"
    "${CMAKE_CURRENT_BINARY_DIR}/htmlpp_exports.h"
    DESTINATION include/htmlpp
    COMPONENT Devel
)