Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/CMakeLists.txt
| Show All 34 Lines | |||||
| set(SRC_HEADERS | set(SRC_HEADERS | ||||
| util_algorithm.h | util_algorithm.h | ||||
| util_aligned_malloc.h | util_aligned_malloc.h | ||||
| util_args.h | util_args.h | ||||
| util_atomic.h | util_atomic.h | ||||
| util_boundbox.h | util_boundbox.h | ||||
| util_debug.h | util_debug.h | ||||
| util_guarded_allocator.cpp | |||||
| util_foreach.h | util_foreach.h | ||||
| util_function.h | util_function.h | ||||
| util_guarded_allocator.h | |||||
| util_half.h | util_half.h | ||||
| util_hash.h | util_hash.h | ||||
| util_image.h | util_image.h | ||||
| util_list.h | util_list.h | ||||
| util_logging.h | util_logging.h | ||||
| util_map.h | util_map.h | ||||
| util_math.h | util_math.h | ||||
| util_math_cdf.h | util_math_cdf.h | ||||
| Show All 19 Lines | set(SRC_HEADERS | ||||
| util_transform.h | util_transform.h | ||||
| util_types.h | util_types.h | ||||
| util_vector.h | util_vector.h | ||||
| util_view.h | util_view.h | ||||
| util_windows.h | util_windows.h | ||||
| util_xml.h | util_xml.h | ||||
| ) | ) | ||||
| if(WITH_CYCLES_DEBUG) | |||||
| list(APPEND SRC | |||||
| util_guarded_allocator.cpp | |||||
| ) | |||||
| list(APPEND SRC_HEADERS | |||||
| util_guarded_allocator.h | |||||
| ) | |||||
| endif() | |||||
| include_directories(${INC}) | include_directories(${INC}) | ||||
| include_directories(SYSTEM ${INC_SYS}) | include_directories(SYSTEM ${INC_SYS}) | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| add_library(cycles_util ${SRC} ${SRC_HEADERS}) | add_library(cycles_util ${SRC} ${SRC_HEADERS}) | ||||