love cmake when it works
authorkoda
Wed, 12 Jun 2013 00:07:19 +0200
changeset 9200 37c37026f7ec
parent 9198 48b92ff6238f
child 9202 4d69569baabb
love cmake when it works
cmake_modules/paths.cmake
--- a/cmake_modules/paths.cmake	Tue Jun 11 19:17:52 2013 +0200
+++ b/cmake_modules/paths.cmake	Wed Jun 12 00:07:19 2013 +0200
@@ -59,3 +59,6 @@
 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE)
 
 
+#install_name_tool magic for OS X
+set(CMAKE_INSTALL_NAME_DIR "@executable_path/../Frameworks")
+