cmakelists.txt: add destinations to install targets
Add proper ARCHIVE, LIBRARY, and INCLUDES to install target
This commit is contained in:
parent
eedb5e02b6
commit
a25be1fa0b
@ -214,8 +214,11 @@ configure_package_config_file(
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS "${CPPDAP_TARGET_NAME}"
|
||||
EXPORT "${CPPDAP_TARGETS_EXPORT_NAME}"
|
||||
TARGETS "${CPPDAP_TARGET_NAME}"
|
||||
EXPORT "${CPPDAP_TARGETS_EXPORT_NAME}"
|
||||
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
INCLUDES DESTINATION "${CPPDAP_INCLUDE_INSTALL_DIR}"
|
||||
)
|
||||
|
||||
install(
|
||||
|
Loading…
x
Reference in New Issue
Block a user