summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-07-20 15:17:18 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-07-20 15:17:18 +0200
commit4e58d86353d3597e84a23b4ebad5cd58776d51e6 (patch)
treeb13247959f16e4784ff336a96ce1b0cb3a89719b /CMakeLists.txt
parent3b92d5e92bfab465ffb7271eef9fba633b25e555 (diff)
Preliminary checkin.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84cd755ac79..bac20071281 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,3 +70,7 @@ __create_module_targets(TARGETS "module")
# Create module targets with name ${MODULE}+test depending on every test target defined within that module
__create_module_targets(TEST_TARGETS "test")
+
+# Post installation steps. Need to be the last install(...) call in this file.
+install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_LIST_DIR}/dist/post_install.sh $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX})")
+