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>2011-11-03 03:16:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-03 03:16:10 +0400
commit5fbf3b813cd5473070f3c3bd6572ad504b83dc74 (patch)
treef9cb28d79cf31d8ea85014ef5d70c80190fb3333 /source/blender/blenlib/CMakeLists.txt
parent439f57d361322bbe521cfd3e60dfd6534ca22c6d (diff)
parent4293f4738ce0ea1bb81260b12a6b64f98b6a3468 (diff)
svn merge -r41458:41480 ^/trunk/blender
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 2f6b6f7cb26..da7801e350a 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -154,4 +154,8 @@ if(WITH_OPENMP)
add_definitions(-DPARALLEL=1)
endif()
+if(WITH_XDG_USER_DIRS)
+ add_definitions(-DWITH_XDG_USER_DIRS)
+endif()
+
blender_add_lib(bf_blenlib "${SRC}" "${INC}" "${INC_SYS}")