aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-07-06 23:58:40 -0500
committerBrent Cook <bcook@openbsd.org>2017-07-06 23:58:40 -0500
commit334245374a084ba175225c209ac9e18af5a60150 (patch)
tree9d16bd6ef17ef8c5dd5ed2e44793447e769615f3 /include
parent52080abbf79a5037800e46639ade099e08027d0c (diff)
parenta2bd5ebaba789822ae73e9059171c46ed6b8f574 (diff)
downloadportable-334245374a084ba175225c209ac9e18af5a60150.tar.gz
portable-334245374a084ba175225c209ac9e18af5a60150.tar.bz2
portable-334245374a084ba175225c209ac9e18af5a60150.zip
Land #323, use GNUInstallDirs from cmake to specify install paths
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt2
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 @@
1install(DIRECTORY . 1install(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)