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
@ -216,6 +216,9 @@ configure_package_config_file(
|
|||||||
install(
|
install(
|
||||||
TARGETS "${CPPDAP_TARGET_NAME}"
|
TARGETS "${CPPDAP_TARGET_NAME}"
|
||||||
EXPORT "${CPPDAP_TARGETS_EXPORT_NAME}"
|
EXPORT "${CPPDAP_TARGETS_EXPORT_NAME}"
|
||||||
|
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||||
|
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||||
|
INCLUDES DESTINATION "${CPPDAP_INCLUDE_INSTALL_DIR}"
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user