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:
authorAlexander Pinzon <apinzonf@gmail.com>2012-10-24 23:24:55 +0400
committerAlexander Pinzon <apinzonf@gmail.com>2012-10-24 23:24:55 +0400
commit87108a7bc61799e18b74bbdd56c090804be814f0 (patch)
tree8974174ec5043d87926e89c013c09bb28f42dd38 /source/blenderplayer/CMakeLists.txt
parent7c846bbe75af2be9124596d2c2ab26dad2023391 (diff)
Solved the problem when WITH_PLAYER activated.
blenderplayer had not added the library Opennl, was added to the CMakeLists.txt file.
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 6eccd2ade63..828b7f5066c 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -148,6 +148,7 @@ endif()
extern_recastnavigation
bf_intern_raskter
bf_intern_opencolorio
+ bf_intern_opennl
)
if(WITH_MOD_CLOTH_ELTOPO)