Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/CMakeLists.txt
| Show All 26 Lines | set(SRC | ||||
| alembic_read.cpp | alembic_read.cpp | ||||
| attribute.cpp | attribute.cpp | ||||
| background.cpp | background.cpp | ||||
| bake.cpp | bake.cpp | ||||
| buffers.cpp | buffers.cpp | ||||
| camera.cpp | camera.cpp | ||||
| colorspace.cpp | colorspace.cpp | ||||
| constant_fold.cpp | constant_fold.cpp | ||||
| coverage.cpp | |||||
| denoising.cpp | denoising.cpp | ||||
| film.cpp | film.cpp | ||||
| geometry.cpp | geometry.cpp | ||||
| gpu_display.cpp | |||||
| graph.cpp | graph.cpp | ||||
| hair.cpp | hair.cpp | ||||
| image.cpp | image.cpp | ||||
| image_oiio.cpp | image_oiio.cpp | ||||
| image_sky.cpp | image_sky.cpp | ||||
| image_vdb.cpp | image_vdb.cpp | ||||
| integrator.cpp | integrator.cpp | ||||
| jitter.cpp | jitter.cpp | ||||
| light.cpp | light.cpp | ||||
| merge.cpp | merge.cpp | ||||
| mesh.cpp | mesh.cpp | ||||
| mesh_displace.cpp | mesh_displace.cpp | ||||
| mesh_subdivision.cpp | mesh_subdivision.cpp | ||||
| nodes.cpp | nodes.cpp | ||||
| procedural.cpp | procedural.cpp | ||||
| object.cpp | object.cpp | ||||
| osl.cpp | osl.cpp | ||||
| particles.cpp | particles.cpp | ||||
| pass.cpp | |||||
| curves.cpp | curves.cpp | ||||
| scene.cpp | scene.cpp | ||||
| session.cpp | session.cpp | ||||
| shader.cpp | shader.cpp | ||||
| sobol.cpp | sobol.cpp | ||||
| stats.cpp | stats.cpp | ||||
| svm.cpp | svm.cpp | ||||
| tables.cpp | tables.cpp | ||||
| tile.cpp | tile.cpp | ||||
| volume.cpp | volume.cpp | ||||
| ) | ) | ||||
| set(SRC_HEADERS | set(SRC_HEADERS | ||||
| alembic.h | alembic.h | ||||
| alembic_read.h | alembic_read.h | ||||
| attribute.h | attribute.h | ||||
| bake.h | bake.h | ||||
| background.h | background.h | ||||
| buffers.h | buffers.h | ||||
| camera.h | camera.h | ||||
| colorspace.h | colorspace.h | ||||
| constant_fold.h | constant_fold.h | ||||
| coverage.h | |||||
| denoising.h | denoising.h | ||||
| film.h | film.h | ||||
| geometry.h | geometry.h | ||||
| gpu_display.h | |||||
| graph.h | graph.h | ||||
| hair.h | hair.h | ||||
| image.h | image.h | ||||
| image_oiio.h | image_oiio.h | ||||
| image_sky.h | image_sky.h | ||||
| image_vdb.h | image_vdb.h | ||||
| integrator.h | integrator.h | ||||
| light.h | light.h | ||||
| jitter.h | jitter.h | ||||
| merge.h | merge.h | ||||
| mesh.h | mesh.h | ||||
| nodes.h | nodes.h | ||||
| object.h | object.h | ||||
| osl.h | osl.h | ||||
| particles.h | particles.h | ||||
| pass.h | |||||
| procedural.h | procedural.h | ||||
| curves.h | curves.h | ||||
| scene.h | scene.h | ||||
| session.h | session.h | ||||
| shader.h | shader.h | ||||
| sobol.h | sobol.h | ||||
| stats.h | stats.h | ||||
| svm.h | svm.h | ||||
| tables.h | tables.h | ||||
| tile.h | tile.h | ||||
| volume.h | volume.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| cycles_bvh | cycles_bvh | ||||
| cycles_device | cycles_device | ||||
| cycles_integrator | |||||
| cycles_subd | cycles_subd | ||||
| cycles_util | cycles_util | ||||
| ) | ) | ||||
| if(CYCLES_STANDALONE_REPOSITORY) | if(CYCLES_STANDALONE_REPOSITORY) | ||||
| list(APPEND LIB extern_sky) | list(APPEND LIB extern_sky) | ||||
| else() | else() | ||||
| list(APPEND LIB bf_intern_sky) | list(APPEND LIB bf_intern_sky) | ||||
| ▲ Show 20 Lines • Show All 56 Lines • Show Last 20 Lines | |||||