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>2014-01-04 06:13:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-04 06:17:07 +0400
commitc3bc2fd941670b2444f36358fb84effe873373cf (patch)
treeb89d4fb51b4f50afcea6e728ea621f1ae38ef760 /source/blender/editors/util/CMakeLists.txt
parenta335137607a135ab8d2983dd1e1c168abfe82a86 (diff)
CMake: cleanup and add include
Diffstat (limited to 'source/blender/editors/util/CMakeLists.txt')
-rw-r--r--source/blender/editors/util/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index 89d1bc7acdf..9f515bfaf49 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -100,7 +100,9 @@ endif()
if(WITH_PYTHON)
add_definitions(-DWITH_PYTHON)
- set(INC ${INC} ../../python)
+ list(APPEND INC
+ ../../python
+ )
endif()
blender_add_lib(bf_editor_util "${SRC}" "${INC}" "${INC_SYS}")