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/draw/CMakeLists.txt
parent2f94b170e4e2f62c069eb2ece1f39bace89338fa (diff)
CMake: add libs needed for gtests
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index a01e247cfe8..91ea4d79a32 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -154,6 +154,7 @@ set(SRC
set(LIB
bf_blenkernel
bf_blenlib
+ bf_windowmanager
)
data_to_c_simple(engines/eevee/shaders/ambient_occlusion_lib.glsl SRC)