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 'source/blenderplayer/bad_level_call_stubs/CMakeLists.txt')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/CMakeLists.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt b/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
index 73fa01ebff2..2cc6dbc8255 100644
--- a/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
+++ b/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
@@ -37,15 +37,17 @@ set(INC
../../../source/blender/blenkernel
)
+set(INC_SYS
+
+)
+
set(SRC
stubs.c
)
if(WITH_BUILDINFO)
+ list(APPEND SRC ../../creator/buildinfo.c)
add_definitions(-DBUILD_DATE)
- list(APPEND SRC
- ../../creator/buildinfo.c
- )
endif()
if(WITH_GAMEENGINE)
@@ -56,4 +58,4 @@ if(WITH_INTERNATIONAL)
add_definitions(-DWITH_FREETYPE2)
endif()
-blender_add_lib_nolist(blenkernel_blc "${SRC}" "${INC}")
+blender_add_lib_nolist(blenkernel_blc "${SRC}" "${INC}" "${INC_SYS}")