Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show First 20 Lines • Show All 271 Lines • ▼ Show 20 Lines | if(WIN32) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../../../intern/utfconv | ../../../intern/utfconv | ||||
| ) | ) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_intern_utfconv | bf_intern_utfconv | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(UNIX AND NOT APPLE) | |||||
| list(APPEND LIB | |||||
| bf_intern_libc_compat | |||||
| ) | |||||
| endif() | |||||
| # no need to compile object files for inline headers. | # no need to compile object files for inline headers. | ||||
| set_source_files_properties( | set_source_files_properties( | ||||
| intern/math_base_inline.c | intern/math_base_inline.c | ||||
| intern/math_bits_inline.c | intern/math_bits_inline.c | ||||
| intern/math_color_blend_inline.c | intern/math_color_blend_inline.c | ||||
| intern/math_color_inline.c | intern/math_color_inline.c | ||||
| intern/math_geom_inline.c | intern/math_geom_inline.c | ||||
| intern/math_vector_inline.c | intern/math_vector_inline.c | ||||
| PROPERTIES HEADER_FILE_ONLY TRUE | PROPERTIES HEADER_FILE_ONLY TRUE | ||||
| ) | ) | ||||
| blender_add_lib(bf_blenlib "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_blenlib "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||