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:
Diffstat (limited to 'intern/bsp/CMakeLists.txt')
-rw-r--r--intern/bsp/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/intern/bsp/CMakeLists.txt b/intern/bsp/CMakeLists.txt
index 4f87e161030..debbc86c240 100644
--- a/intern/bsp/CMakeLists.txt
+++ b/intern/bsp/CMakeLists.txt
@@ -24,9 +24,13 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC intern ../container ../moto/include ../memutil)
+SET(INC
+ ./intern
+ ../container
+ ../moto/include
+ ../memutil
+)
FILE(GLOB SRC intern/*.cpp)
BLENDERLIB(bf_intern_bsp "${SRC}" "${INC}")
-#, libtype='core', priority=15 )