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>2010-09-18 07:55:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-18 07:55:56 +0400
commitdea59cc5eb6562272df361c062f7ed226c2b7a36 (patch)
tree6186fed79ff36667e4b295d9e62621d830635540 /intern/string
parentd5e11d409f470934eb77da194f1ee43df0ff7ac2 (diff)
warning fixes and minor cmake changes.
Diffstat (limited to 'intern/string')
-rw-r--r--intern/string/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/intern/string/CMakeLists.txt b/intern/string/CMakeLists.txt
index 7aeace4ca83..a1b130d93be 100644
--- a/intern/string/CMakeLists.txt
+++ b/intern/string/CMakeLists.txt
@@ -25,8 +25,6 @@
# ***** END GPL LICENSE BLOCK *****
SET(INC .)
-
-FILE(GLOB SRC intern/*.cpp)
+SET(SRC ./intern/STR_String.cpp)
BLENDERLIB(bf_intern_string "${SRC}" "${INC}")
-#, libtype=['core', 'player'], priority = [30,10] )