Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/CMakeLists.txt')
-rw-r--r--intern/CMakeLists.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index 4110376652d..16bbefc1c45 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -32,14 +32,11 @@ add_subdirectory(libmv)
add_subdirectory(memutil)
add_subdirectory(numaapi)
add_subdirectory(opencolorio)
+add_subdirectory(opensubdiv)
add_subdirectory(mikktspace)
add_subdirectory(glew-mx)
add_subdirectory(eigen)
-if(WITH_GAMEENGINE_DECKLINK)
- add_subdirectory(decklink)
-endif()
-
if(WITH_AUDASPACE)
add_subdirectory(audaspace)
endif()
@@ -64,10 +61,6 @@ if(WITH_IK_ITASC)
add_subdirectory(itasc)
endif()
-if(WITH_GAMEENGINE)
- add_subdirectory(moto)
-endif()
-
if(WITH_CYCLES)
add_subdirectory(cycles)
endif()
@@ -80,15 +73,9 @@ if(WITH_BULLET)
add_subdirectory(rigidbody)
endif()
-if(WITH_OPENSUBDIV)
- add_subdirectory(opensubdiv)
-endif()
-
# only windows needs utf16 converter
-# gpudirect is a runtime interface to the nVidia's DVP driver, only for windows
if(WIN32)
add_subdirectory(utfconv)
- add_subdirectory(gpudirect)
endif()
if(WITH_OPENVDB)