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:
authorEnrico Fracasso <enrico.fracasso@email.it>2008-11-02 17:54:44 +0300
committerEnrico Fracasso <enrico.fracasso@email.it>2008-11-02 17:54:44 +0300
commit407e38a7447a5c55aea4c9b8f4a3eebca26c687e (patch)
tree6ff98501b6e793f4d56ac1be784ed3b6fee2c9b7 /source/creator
parent12b2f1c83c09ff75cf0987909f23523a071922a7 (diff)
Added bf_videotex to unix libraries (linking error)
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index efeff572c74..ee6f19e457d 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -266,7 +266,8 @@ IF(UNIX)
blender_python
bf_quicktime
extern_binreloc
- extern_glew
+ extern_glew
+ bf_videotex
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})