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:
authorJeroen Bakker <jeroen@blender.org>2022-01-10 14:16:25 +0300
committerJeroen Bakker <jeroen@blender.org>2022-01-10 14:16:25 +0300
commit5aac794b111575bb7b6d32b7ed2af9b7a9993742 (patch)
treed2aea803af12b9700444e1bdeeaf12c222ad82ba /source/blender
parent1b1e9471625d195d418c995375a1cc6a0833031a (diff)
Fix compile error in gpu test.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 9dd8b69be40..52d2a08b480 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -407,10 +407,8 @@ if(WITH_GTESTS)
tests/gpu_testing.hh
)
set(TEST_INC
- ../../../intern/ghost
)
set(TEST_LIB
-
)
include(GTestTesting)
blender_add_test_lib(bf_gpu_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}")