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 'tests/gtests/bmesh/CMakeLists.txt')
-rw-r--r--tests/gtests/bmesh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gtests/bmesh/CMakeLists.txt b/tests/gtests/bmesh/CMakeLists.txt
index 4093ace9ff4..f9e1c97c405 100644
--- a/tests/gtests/bmesh/CMakeLists.txt
+++ b/tests/gtests/bmesh/CMakeLists.txt
@@ -29,6 +29,8 @@ set(INC
set(LIB
bf_blenloader # Should not be needed but gives linking error without it.
+ bf_intern_opencolorio # Should not be needed but gives windows linker errors if the ocio libs are linked before this
+ bf_gpu # Should not be needed but gives windows linker errors if the ocio libs are linked before this
bf_bmesh
)