diff options
author | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-06 01:49:43 -0700 |
---|---|---|
committer | d3x0r <d3x0r@users.noreply.github.com> | 2017-07-06 01:49:43 -0700 |
commit | a2bd5ebaba789822ae73e9059171c46ed6b8f574 (patch) | |
tree | a201fa8fa7a16438b7967121724c1f0367a8d6e2 /include | |
parent | 728bda183018cbc9736f03d4f21d2b4a2585e83d (diff) | |
download | portable-a2bd5ebaba789822ae73e9059171c46ed6b8f574.tar.gz portable-a2bd5ebaba789822ae73e9059171c46ed6b8f574.tar.bz2 portable-a2bd5ebaba789822ae73e9059171c46ed6b8f574.zip |
use GNUInstallDirs from cmake to specify install paths.
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems.
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 110caa5..ccb6589 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | install(DIRECTORY . | 1 | install(DIRECTORY . |
2 | DESTINATION include | 2 | DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} |
3 | PATTERN "CMakeLists.txt" EXCLUDE | 3 | PATTERN "CMakeLists.txt" EXCLUDE |
4 | PATTERN "compat" EXCLUDE | 4 | PATTERN "compat" EXCLUDE |
5 | PATTERN "Makefile*" EXCLUDE) | 5 | PATTERN "Makefile*" EXCLUDE) |