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>2020-09-07 16:10:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-07 16:10:17 +0300
commit0e5aa49e1d0edab553a3054b298a8c2f5ecaa16f (patch)
treee21609b1c273be0dd323b733f816d08daa94536d /source/blender/python
parent870fcb3857ba36986d1d44ab4ac519897f8fb264 (diff)
Cleanup: include missing header files in CMake
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index b50aee73a13..6c3f422d3f0 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -123,6 +123,8 @@ set(SRC
bpy_utils_units.h
../BPY_extern.h
../BPY_extern_clog.h
+ ../BPY_extern_python.h
+ ../BPY_extern_run.h
)
set(LIB