summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Collett2012-05-24 15:02:53 -0400
committerTimothy Collett2012-05-24 15:02:53 -0400
commit7e88631698077ef88dced138126dd9f36acc6388 (patch)
tree10d5592d0a0cd484a294a5692c7ff20bf95496a9 /CMakeLists.txt
parent24d221052b2e5cce5eadf3a7183cc808dbb21236 (diff)
downloaddfhack-7e88631698077ef88dced138126dd9f36acc6388.tar.gz
dfhack-7e88631698077ef88dced138126dd9f36acc6388.tar.bz2
dfhack-7e88631698077ef88dced138126dd9f36acc6388.tar.xz
Trying a different method now (with install_name_tool)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec11c08e..af3bba8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -141,7 +141,6 @@ include_directories(${ZLIB_INCLUDE_DIRS})
include_directories(depends/clsocket/src)
if(APPLE)
include_directories(${CMAKE_INSTALL_PREFIX}/libs/SDL.framework/Headers)
- SET(PROJECT_LIBS SDL)
endif()
add_subdirectory(depends)