aboutsummaryrefslogtreecommitdiff
path: root/src/mac/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac/CMakeLists.txt')
-rw-r--r--src/mac/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mac/CMakeLists.txt b/src/mac/CMakeLists.txt
new file mode 100644
index 000000000..9a90971bb
--- /dev/null
+++ b/src/mac/CMakeLists.txt
@@ -0,0 +1,3 @@
+#Hack for MacOS X to run fix_mac_libs.sh script after installation
+cmake_minimum_required(VERSION 2.8.6)
+install(CODE "execute_process(COMMAND ${CMAKE_SOURCE_DIR}/utils/fix_mac_libs.sh ${CMAKE_INSTALL_PREFIX}/qmmp.app)")