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>2015-02-13 08:09:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-13 08:17:00 +0300
commit616eb6818fdcf074eae31daa47c2ed581638b672 (patch)
tree1ac98eec7d3c15a4dd04db20e93150622a2c3319 /source/blender/python/generic/CMakeLists.txt
parent1ae2098a6e04359b82e52d239906f7e3f86c949c (diff)
cleanup
Diffstat (limited to 'source/blender/python/generic/CMakeLists.txt')
-rw-r--r--source/blender/python/generic/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/generic/CMakeLists.txt b/source/blender/python/generic/CMakeLists.txt
index 155247a4249..df611e00d00 100644
--- a/source/blender/python/generic/CMakeLists.txt
+++ b/source/blender/python/generic/CMakeLists.txt
@@ -46,6 +46,9 @@ set(SRC
bpy_internal_import.h
idprop_py_api.h
py_capi_utils.h
+
+ # header-only
+ python_utildefines.h
)
add_definitions(${GL_DEFINITIONS})