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>2015-01-03 09:50:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-03 09:55:59 +0300
commit0d7e8cc869794d83474b5a9bde7d1bb9bc07adf5 (patch)
tree911f2cb1c4874e423f3b874bbdbc41c11001aad1 /build_files
parentf06335e12f0addb8102649af3087d02c680b9ad0 (diff)
GTest was broken on Linux
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/Modules/GTestTesting.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/Modules/GTestTesting.cmake b/build_files/cmake/Modules/GTestTesting.cmake
index fd0379b8f78..c8719de64ad 100644
--- a/build_files/cmake/Modules/GTestTesting.cmake
+++ b/build_files/cmake/Modules/GTestTesting.cmake
@@ -28,6 +28,7 @@ macro(BLENDER_SRC_GTEST NAME SRC EXTRA_LIBS)
add_executable(${NAME}_test ${SRC})
target_link_libraries(${NAME}_test
+ ${PLATFORM_LINKLIBS}
${EXTRA_LIBS}
bf_testing_main
bf_intern_guardedalloc