2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Add cmake install

This commit is contained in:
Matt Borland
2023-02-15 10:46:01 -08:00
parent 9a864d3c52
commit 0f56b7598d

View File

@@ -46,5 +46,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
include(CTest)
add_subdirectory(test)
include(GNUInstallDirs)
install(DIRECTORY "include/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
endif()