Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/CMakeLists.txt
| Show First 20 Lines • Show All 641 Lines • ▼ Show 20 Lines | |||||
| add_dependencies(bf_compositor smaa_areatex_header) | add_dependencies(bf_compositor smaa_areatex_header) | ||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| set(TEST_SRC | set(TEST_SRC | ||||
| tests/COM_BufferArea_test.cc | tests/COM_BufferArea_test.cc | ||||
| tests/COM_BufferRange_test.cc | tests/COM_BufferRange_test.cc | ||||
| tests/COM_BuffersIterator_test.cc | tests/COM_BuffersIterator_test.cc | ||||
| tests/COM_NodeOperation_test.cc | |||||
| ) | ) | ||||
| set(TEST_INC | set(TEST_INC | ||||
| ) | ) | ||||
| set(TEST_LIB | set(TEST_LIB | ||||
| bf_compositor | bf_compositor | ||||
| ) | ) | ||||
| include(GTestTesting) | include(GTestTesting) | ||||
| blender_add_test_lib(bf_compositor_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}") | blender_add_test_lib(bf_compositor_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}") | ||||
| endif() | endif() | ||||