From 27a0bf662d7dd46823222fd95d73587a0c7a095c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Dec 2015 12:06:08 +0000 Subject: building of .app package for MacOS X with CMake (patch by Ivan Ponomarev) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5807 90c681e8-e032-0410-971d-27865f9a5e38 --- src/mac/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mac/CMakeLists.txt (limited to 'src/mac') 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)") -- cgit v1.2.3-13-gbd6f