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>2019-09-11 23:48:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-11 23:48:13 +0300
commitff085e85d3d9824cb0f0b11272e618f6d3272293 (patch)
treef7f79e73d812ee43f302974db7a505faaf38c618 /source/blender/blenkernel/CMakeLists.txt
parent6db00065c5e7f0e16e6970d6351560c36a9536ba (diff)
DNA: move View3D, View3DOverlay into DNA_view3d_defaults.h
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 0e2f6e2184e..4bf2f53f8f7 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -51,6 +51,7 @@ set(INC
../../../extern/curve_fit_nd
../../../intern/smoke/extern
+ # dna_type_offsets.h
${CMAKE_CURRENT_BINARY_DIR}/../makesdna/intern
)