summaryrefslogtreecommitdiffstats
path: root/dist/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dist/CMakeLists.txt')
-rw-r--r--dist/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt
new file mode 100644
index 00000000000..d06074074df
--- /dev/null
+++ b/dist/CMakeLists.txt
@@ -0,0 +1,2 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_LIST_DIR}/post_install.sh ${CMAKE_INSTALL_PREFIX})")