GTest was broken on Linux

This commit is contained in:
Campbell Barton 2015-01-03 17:50:52 +11:00 committed by Sergey Sharybin
parent ee045d2bd5
commit 110459c0da
1 changed files with 1 additions and 0 deletions

View File

@ -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