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 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 3628c6efda9..01eac349b9c 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -38,17 +38,6 @@ blender_include_dirs(
)
set(LIB
- bf_blenkernel
- bf_blenloader
- bf_depsgraph
- bf_dna
- bf_imbuf
- bf_intern_clog
- bf_intern_guardedalloc
- bf_intern_memutil
- bf_intern_opencolorio
- bf_render
- bf_rna
bf_windowmanager
)
@@ -69,9 +58,6 @@ if(WITH_CYCLES)
blender_include_dirs(../../intern/cycles/blender)
add_definitions(-DWITH_CYCLES_LOGGING)
endif()
- list(APPEND LIB
- bf_intern_cycles
- )
endif()
if(WITH_CODEC_FFMPEG)
@@ -86,9 +72,6 @@ endif()
if(WITH_PYTHON)
blender_include_dirs(../blender/python)
- list(APPEND LIB
- bf_python
- )
add_definitions(-DWITH_PYTHON)
if(WITH_PYTHON_SECURITY)
@@ -110,17 +93,11 @@ endif()
if(WITH_BINRELOC)
blender_include_dirs(${BINRELOC_INCLUDE_DIRS})
- list(APPEND LIB
- extern_binreloc
- )
add_definitions(-DWITH_BINRELOC)
endif()
if(WITH_FREESTYLE)
blender_include_dirs(../blender/freestyle)
- list(APPEND LIB
- bf_freestyle
- )
add_definitions(-DWITH_FREESTYLE)
endif()