From edc1b0167518a7c5b73b948fcb3a74da20343fb5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 08:07:01 +0200 Subject: CMake: add libs needed for gtests --- source/blender/blenkernel/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenkernel/CMakeLists.txt') 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() -- cgit v1.2.3