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>2017-08-23 13:00:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-23 13:16:17 +0300
commit37cfa44222a6bdb92c825e614404a1c7e6bb97f8 (patch)
treefd65d5503d18b21d7441373103e72f36e4b66830 /source/blender/blenlib/CMakeLists.txt
parent1a76bc7aeb8ccdffde2d52b9ef66c8af24920aba (diff)
Cleanup: move variadic defines to their own header
So we can use in headers without pulling in many other defines.
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 fcb02a86a84..f42848eec8f 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -205,6 +205,7 @@ set(SRC
BLI_timecode.h
BLI_utildefines.h
BLI_uvproject.h
+ BLI_variadic_defines.h
BLI_vfontdata.h
BLI_voronoi.h
BLI_voxel.h