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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-16 09:07:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 09:07:01 +0300
commitedc1b0167518a7c5b73b948fcb3a74da20343fb5 (patch)
treecf4e1812158e1e5fafea3629383965ef47e7396b /source/blender/blenkernel/CMakeLists.txt
parent2f94b170e4e2f62c069eb2ece1f39bace89338fa (diff)
CMake: add libs needed for gtests
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 33c0d435c69..36be6f360ec 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -366,6 +366,7 @@ set(LIB
bf_gpu
bf_ikplugin
bf_imbuf
+ bf_intern_clog
bf_intern_ghost
bf_intern_guardedalloc
bf_intern_libmv # Uses stub when disabled.
@@ -384,6 +385,9 @@ if(WITH_BINRELOC)
list(APPEND INC_SYS
${BINRELOC_INCLUDE_DIRS}
)
+ list(APPEND LIB
+ extern_binreloc
+ )
add_definitions(-DWITH_BINRELOC)
endif()