mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
CMake: restore INSTALL_DESTINATIONs with correct suffixes
This commit is contained in:
parent
5a3ff3f707
commit
1b4ffb9eab
@ -709,6 +709,7 @@ configure_file(tools/builddef.h.in include/builddef.h)
|
|||||||
|
|
||||||
configure_package_config_file(tools/NotcursesConfig.cmake.in
|
configure_package_config_file(tools/NotcursesConfig.cmake.in
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/NotcursesConfig.cmake
|
${CMAKE_CURRENT_BINARY_DIR}/NotcursesConfig.cmake
|
||||||
|
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/cmake/Notcurses
|
||||||
)
|
)
|
||||||
|
|
||||||
write_basic_package_version_file(
|
write_basic_package_version_file(
|
||||||
@ -718,6 +719,7 @@ write_basic_package_version_file(
|
|||||||
|
|
||||||
configure_package_config_file(tools/NotcursesCoreConfig.cmake.in
|
configure_package_config_file(tools/NotcursesCoreConfig.cmake.in
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/NotcursesCoreConfig.cmake
|
${CMAKE_CURRENT_BINARY_DIR}/NotcursesCoreConfig.cmake
|
||||||
|
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/cmake/NotcursesCore
|
||||||
)
|
)
|
||||||
|
|
||||||
write_basic_package_version_file(
|
write_basic_package_version_file(
|
||||||
@ -727,6 +729,7 @@ write_basic_package_version_file(
|
|||||||
|
|
||||||
configure_package_config_file(tools/Notcurses++Config.cmake.in
|
configure_package_config_file(tools/Notcurses++Config.cmake.in
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/Notcurses++Config.cmake
|
${CMAKE_CURRENT_BINARY_DIR}/Notcurses++Config.cmake
|
||||||
|
INSTALL_DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/cmake/Notcurses++
|
||||||
)
|
)
|
||||||
|
|
||||||
write_basic_package_version_file(
|
write_basic_package_version_file(
|
||||||
@ -766,7 +769,7 @@ install(FILES
|
|||||||
install(FILES
|
install(FILES
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/notcurses++.pc
|
${CMAKE_CURRENT_BINARY_DIR}/notcurses++.pc
|
||||||
DESTINATION ${PKGCONFIG_DIR}
|
DESTINATION ${PKGCONFIG_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT ${USE_MULTIMEDIA} STREQUAL "none")
|
if(NOT ${USE_MULTIMEDIA} STREQUAL "none")
|
||||||
file(GLOB TESTDATA CONFIGURE_DEPENDS data/*)
|
file(GLOB TESTDATA CONFIGURE_DEPENDS data/*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user