summaryrefslogtreecommitdiff
path: root/DevIL
diff options
context:
space:
mode:
authorBen Campbell <ben@scumways.com>2016-08-24 21:52:47 +1200
committerBen Campbell <ben@scumways.com>2016-08-24 21:57:59 +1200
commite0b998bca961f26ec7597fdb95580d943811995f (patch)
tree4525cf3bb092e86bf1e3c672001b4412d8bed04f /DevIL
parent128527b9e92af40bbf3c0c504edfb9df993cd1d9 (diff)
downloaddevil-e0b998bca961f26ec7597fdb95580d943811995f.tar.gz
cmake build: disable ILU and ILUT for now
ILU and ILUT need some attention lavished upon them, but right now I just want to get IL compiling solidly with cmake on all the target platforms...
Diffstat (limited to 'DevIL')
-rw-r--r--DevIL/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DevIL/CMakeLists.txt b/DevIL/CMakeLists.txt
index 463f73c3..c073e88f 100644
--- a/DevIL/CMakeLists.txt
+++ b/DevIL/CMakeLists.txt
@@ -115,8 +115,8 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/include/IL/config.h.cmake.in ${CMAKE_
#)
add_subdirectory(src-IL)
-add_subdirectory(src-ILU)
-add_subdirectory(src-ILUT)
+#add_subdirectory(src-ILU)
+#add_subdirectory(src-ILUT)
# need to check for vc6 or vc2003 output dir