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:
-rw-r--r--source/blender/CMakeLists.txt1
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
-rw-r--r--source/blender/blenloader/CMakeLists.txt2
-rw-r--r--source/blender/draw/CMakeLists.txt3
-rw-r--r--source/blender/python/intern/CMakeLists.txt2
5 files changed, 8 insertions, 1 deletions
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt
index e178b0f7935..d4f71c5b423 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -78,6 +78,7 @@ set(SRC_DNA_INC
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_screen_types.h
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sdna_types.h
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sequence_types.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_session_uuid_types.h
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_shader_fx_types.h
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_simulation_types.h
${CMAKE_CURRENT_SOURCE_DIR}/makesdna/DNA_sound_types.h
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 1db45cff09a..a0569ad3dd4 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -243,6 +243,7 @@ set(SRC
BLI_mesh_intersect.hh
BLI_mpq2.hh
BLI_mpq3.hh
+ BLI_multi_value_map.hh
BLI_noise.h
BLI_path_util.h
BLI_polyfill_2d.h
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index f5c7223a37c..992870daeb4 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -103,6 +103,8 @@ if(WITH_GTESTS)
set(TEST_SRC
tests/blendfile_load_test.cc
tests/blendfile_loading_base_test.cc
+
+ tests/blendfile_loading_base_test.h
)
set(TEST_INC
)
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()
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