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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-17 19:35:22 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-17 19:37:29 +0300
commit41748b6a5ee51979aa4ece022724d3a5fcf2651c (patch)
tree1fbb67797cc2da19d4eef34637d644d9fedabc59 /intern/CMakeLists.txt
parentf06272ab6ac1c8a593545d91223fa7a3ccdcfbfd (diff)
Cleanup: remove modules that were only used by the game engine.
Diffstat (limited to 'intern/CMakeLists.txt')
-rw-r--r--intern/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index 582ef480cd2..1a050892836 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -77,10 +77,8 @@ if(WITH_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)