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.txt20
1 files changed, 1 insertions, 19 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index 4110376652d..83e3bc8208d 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -16,11 +16,6 @@
#
# The Original Code is Copyright (C) 2006, Blender Foundation
# All rights reserved.
-#
-# The Original Code is: all of this file.
-#
-# Contributor(s): Jacques Beaurain.
-#
# ***** END GPL LICENSE BLOCK *****
# add_subdirectory(atomic) # header only
@@ -32,14 +27,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 +56,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 +68,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)