Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/CMakeLists.txt
| Show All 28 Lines | |||||
| ) | ) | ||||
| set(SRC_BVH_HEADERS | set(SRC_BVH_HEADERS | ||||
| bvh/bvh.h | bvh/bvh.h | ||||
| bvh/bvh_nodes.h | bvh/bvh_nodes.h | ||||
| bvh/bvh_shadow_all.h | bvh/bvh_shadow_all.h | ||||
| bvh/bvh_subsurface.h | bvh/bvh_subsurface.h | ||||
| bvh/bvh_traversal.h | bvh/bvh_traversal.h | ||||
| bvh/bvh_traversal_callback.h | |||||
| bvh/bvh_volume.h | bvh/bvh_volume.h | ||||
| bvh/bvh_volume_all.h | bvh/bvh_volume_all.h | ||||
| bvh/qbvh_nodes.h | bvh/qbvh_nodes.h | ||||
| bvh/qbvh_shadow_all.h | bvh/qbvh_shadow_all.h | ||||
| bvh/qbvh_subsurface.h | bvh/qbvh_subsurface.h | ||||
| bvh/qbvh_traversal.h | bvh/qbvh_traversal.h | ||||
| bvh/qbvh_traversal_callback.h | |||||
| bvh/qbvh_volume.h | bvh/qbvh_volume.h | ||||
| bvh/qbvh_volume_all.h | bvh/qbvh_volume_all.h | ||||
| ) | ) | ||||
| set(SRC_HEADERS | set(SRC_HEADERS | ||||
| kernel_accumulate.h | kernel_accumulate.h | ||||
| kernel_bake.h | kernel_bake.h | ||||
| kernel_camera.h | kernel_camera.h | ||||
| ▲ Show 20 Lines • Show All 333 Lines • Show Last 20 Lines | |||||