Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/test/CMakeLists.txt
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | if(CXX_HAS_AVX2) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| util_avxf_avx2_test.cpp | util_avxf_avx2_test.cpp | ||||
| ) | ) | ||||
| set_source_files_properties(util_avxf_avx2_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX2_KERNEL_FLAGS}") | set_source_files_properties(util_avxf_avx2_test.cpp PROPERTIES COMPILE_FLAGS "${CYCLES_AVX2_KERNEL_FLAGS}") | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| BLENDER_SRC_GTEST(cycles "${SRC}" "${LIB}") | set(INC_SYS ) | ||||
| blender_add_test_executable(cycles "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | |||||
| endif() | endif() | ||||