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:
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index a675b503f75..d0a3409b280 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -549,10 +549,17 @@ if(WITH_GPU_SHADER_BUILDER)
buildinfoobj
)
else()
+ if(WIN32)
+ # We can re-use the manifest from tests.exe here since it's
+ # rather generic and just selects the appropriate common
+ # controls version.
+ set(MANIFEST "${CMAKE_BINARY_DIR}/tests.exe.manifest")
+ endif()
add_executable(shader_builder
intern/gpu_shader_builder.cc
intern/gpu_shader_builder_stubs.cc
${shader_create_info_list_file}
+ ${MANIFEST}
)
target_link_libraries(shader_builder PUBLIC