summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Collett2012-06-14 13:42:40 -0400
committerTimothy Collett2012-06-14 13:42:40 -0400
commitf2a30c1a929d14a79ee95402b72565b3f23eab7a (patch)
treeecf0cca1f32c4b41e24e6d806d8adb7aaa8ba3a1 /CMakeLists.txt
parent12543d6a5b4afc4cbba20670f3e463672ed9fac4 (diff)
downloaddfhack-f2a30c1a929d14a79ee95402b72565b3f23eab7a.tar.gz
dfhack-f2a30c1a929d14a79ee95402b72565b3f23eab7a.tar.bz2
dfhack-f2a30c1a929d14a79ee95402b72565b3f23eab7a.tar.xz
Remove build-time dependency on SDL
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca8592b0..f77a6c3b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,9 +139,6 @@ include_directories(depends/tinyxml)
include_directories(depends/tthread)
include_directories(${ZLIB_INCLUDE_DIRS})
include_directories(depends/clsocket/src)
-if(APPLE)
- include_directories(${CMAKE_INSTALL_PREFIX}/libs/SDL.framework/Headers)
-endif()
add_subdirectory(depends)