Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/test/CMakeLists.txt
| Show All 26 Lines | set(INC | ||||
| ../kernel | ../kernel | ||||
| ../render | ../render | ||||
| ../util | ../util | ||||
| ) | ) | ||||
| set(ALL_CYCLES_LIBRARIES | set(ALL_CYCLES_LIBRARIES | ||||
| cycles_device | cycles_device | ||||
| cycles_kernel | cycles_kernel | ||||
| cycles_integrator | |||||
| cycles_render | cycles_render | ||||
| cycles_bvh | cycles_bvh | ||||
| cycles_graph | cycles_graph | ||||
| cycles_subd | cycles_subd | ||||
| cycles_util | cycles_util | ||||
| extern_clew | extern_clew | ||||
| ${CYCLES_GL_LIBRARIES} | ${CYCLES_GL_LIBRARIES} | ||||
| ) | ) | ||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| cycles_link_directories() | cycles_link_directories() | ||||
| set(SRC | set(SRC | ||||
| integrator_adaptive_sampling_test.cpp | |||||
| integrator_render_scheduler_test.cpp | |||||
| integrator_tile_test.cpp | |||||
| render_graph_finalize_test.cpp | render_graph_finalize_test.cpp | ||||
| util_aligned_malloc_test.cpp | util_aligned_malloc_test.cpp | ||||
| util_math_test.cpp | |||||
| util_path_test.cpp | util_path_test.cpp | ||||
| util_string_test.cpp | util_string_test.cpp | ||||
| util_task_test.cpp | util_task_test.cpp | ||||
| util_time_test.cpp | util_time_test.cpp | ||||
| util_transform_test.cpp | util_transform_test.cpp | ||||
| ) | ) | ||||
| if(CXX_HAS_AVX) | if(CXX_HAS_AVX) | ||||
| Show All 16 Lines | |||||