Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/app/CMakeLists.txt
| set(INC | set(INC | ||||
| .. | .. | ||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ) | ) | ||||
| # NOTE: LIBRARIES contains all the libraries which are common | # NOTE: LIBRARIES contains all the libraries which are common | ||||
| # across release and debug build types, stored in a linking order. | # across release and debug build types, stored in a linking order. | ||||
| set(LIBRARIES | set(LIBRARIES | ||||
| cycles_device | cycles_device | ||||
| cycles_kernel | cycles_kernel | ||||
| cycles_filter | |||||
| cycles_render | cycles_render | ||||
| cycles_bvh | cycles_bvh | ||||
| cycles_subd | cycles_subd | ||||
| cycles_graph | cycles_graph | ||||
| cycles_util | cycles_util | ||||
| ${BLENDER_GL_LIBRARIES} | ${BLENDER_GL_LIBRARIES} | ||||
| ${CYCLES_APP_GLEW_LIBRARY} | ${CYCLES_APP_GLEW_LIBRARY} | ||||
| ${PNG_LIBRARIES} | ${PNG_LIBRARIES} | ||||
| ▲ Show 20 Lines • Show All 105 Lines • Show Last 20 Lines | |||||