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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-07-21 03:12:05 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-07-21 03:12:05 +0400
commit3b012c041f1fb7b78eddcf1f93288cf7a86ab8d6 (patch)
treecead235bff7687610b1372e709e742ef70692dcb /source/blender/windowmanager/CMakeLists.txt
parent5a581c1fd116c51df13e09c5c320feba48d069bb (diff)
parent16516238e2b25ce53144c2dcea5323dc7313b724 (diff)
Merged changes in the trunk up to revision 49090.
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index a1dd999a921..7f7321f6f29 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -144,4 +144,8 @@ if(WIN322)
)
endif()
+if(WITH_COMPOSITOR)
+ add_definitions(-DWITH_COMPOSITOR)
+endif()
+
blender_add_lib_nolist(bf_windowmanager "${SRC}" "${INC}" "${INC_SYS}")