2012-07-16 22:52:58 +00:00
|
|
|
Index: CMakeLists.txt
|
|
|
|
===================================================================
|
|
|
|
--- CMakeLists.txt.orig
|
|
|
|
+++ CMakeLists.txt
|
|
|
|
@@ -550,10 +550,6 @@ else(WIN32)
|
2010-05-21 13:04:11 +00:00
|
|
|
endif(APPLE AND LUGARU_HAS_INTERNAL_SDL)
|
2010-05-14 15:42:54 +00:00
|
|
|
endif(WIN32)
|
|
|
|
|
2010-05-21 13:04:11 +00:00
|
|
|
-if(NOT APPLE)
|
2010-05-14 15:42:54 +00:00
|
|
|
-install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${CMAKE_INSTALL_PREFIX})
|
2010-05-21 13:04:11 +00:00
|
|
|
-endif(NOT APPLE)
|
2010-05-14 15:42:54 +00:00
|
|
|
-
|
2010-05-21 13:04:11 +00:00
|
|
|
if(APPLE)
|
|
|
|
install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${APPS_ROOT})
|
|
|
|
endif(APPLE)
|