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-12-07 15:21:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-07 15:53:42 +0300
commite67fd7a2cbf9723a0f800d9a14834ff6838f2b7f (patch)
tree1fe769831e1f01969f8944a8eb8224cfc6611bd1 /source/blender/blenkernel/CMakeLists.txt
parente81d077c852f43b635f10972479e36909a66d60c (diff)
Correct defines for binreloc
After recent moving path functions to appdir.c patch T42826: by ldo (Lawrence D'Oliveiro)
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index fb717b1745b..5850b1614e7 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -277,6 +277,13 @@ set(SRC
intern/pbvh_intern.h
)
+if(WITH_BINRELOC)
+ list(APPEND INC_SYS
+ ${BINRELOC_INCLUDE_DIRS}
+ )
+ add_definitions(-DWITH_BINRELOC)
+endif()
+
add_definitions(${GL_DEFINITIONS})
if(WIN32)