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-05-01 19:14:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 19:14:15 +0400
commit95b93b5d46b7fb8b98295a1368bc44a3f63fe8c7 (patch)
treeb8354da5645d51d98d010fce61d86d163d2b4b2c /source/blender/blenlib/CMakeLists.txt
parent35ca2091529cc7817f52ecc36b09f27713f474c1 (diff)
Add BLI_compiler_compat.h to help with portability
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 1575f8eb087..9e360741b23 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -116,6 +116,7 @@ set(SRC
BLI_buffer.h
BLI_callbacks.h
BLI_compiler_attrs.h
+ BLI_compiler_compat.h
BLI_convexhull2d.h
BLI_dlrbTree.h
BLI_dynlib.h