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/draw/CMakeLists.txt
parent870fcb3857ba36986d1d44ab4ac519897f8fb264 (diff)
Cleanup: include missing header files in CMake
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 83d39b606fe..b299df50852 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -163,6 +163,7 @@ set(SRC
intern/draw_instance_data.h
intern/draw_manager.h
intern/draw_manager_profiling.h
+ intern/draw_manager_testing.h
intern/draw_manager_text.h
intern/draw_view.h
intern/smaa_textures.h
@@ -443,4 +444,4 @@ if(WITH_GTESTS)
include(GTestTesting)
blender_add_test_lib(bf_draw_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}")
endif()
-endif() \ No newline at end of file
+endif()