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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-11-28 18:50:02 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-11-28 18:50:02 +0300
commitc16321cb9dc983d174e7f5888d66118ef5f76a92 (patch)
tree9d703ba54a92ab8e162a84c960b6fe9ace0d11a2 /source/blenderplayer/CMakeLists.txt
parentce927e15e0e3570a02834b6001519a024ca1e2b6 (diff)
Fix building gtests and bplayer after recent NumaAPI addition.
Seriously... like, seriously...
Diffstat (limited to 'source/blenderplayer/CMakeLists.txt')
-rw-r--r--source/blenderplayer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index dbfd1d9d520..4c9ee8180fd 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -162,6 +162,7 @@ endif()
extern_wcwidth
bf_intern_libmv
extern_sdlew
+ bf_intern_numaapi
)
if(NOT WITH_SYSTEM_GLOG)