Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/CMakeLists.txt
| Show First 20 Lines • Show All 381 Lines • ▼ Show 20 Lines | |||||
| endif() | endif() | ||||
| blender_add_lib(bf_gpu "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_gpu "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| if(WITH_OPENGL_DRAW_TESTS) | if(WITH_OPENGL_DRAW_TESTS) | ||||
| set(TEST_SRC | set(TEST_SRC | ||||
| tests/gpu_testing.cc | tests/gpu_testing.cc | ||||
| tests/gpu_texture_test.cc | |||||
| tests/gpu_testing.hh | tests/gpu_testing.hh | ||||
| ) | ) | ||||
| set(TEST_INC | set(TEST_INC | ||||
| "../../../intern/ghost/" | "../../../intern/ghost/" | ||||
| ) | ) | ||||
| set(TEST_LIB | set(TEST_LIB | ||||
| ) | ) | ||||
| include(GTestTesting) | include(GTestTesting) | ||||
| blender_add_test_lib(bf_gpu_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}") | blender_add_test_lib(bf_gpu_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}") | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||