Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Context not available. | |||||
| set(INC_SYS | set(INC_SYS | ||||
| ${ZLIB_INCLUDE_DIRS} | ${ZLIB_INCLUDE_DIRS} | ||||
| ${FREETYPE_INCLUDE_DIRS} | ${FREETYPE_INCLUDE_DIRS} | ||||
| ${PYTHON_INCLUDE_DIRS} | |||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| Context not available. | |||||
| add_definitions(-DWITH_MEM_VALGRIND) | add_definitions(-DWITH_MEM_VALGRIND) | ||||
| endif() | endif() | ||||
| if(WITH_PYTHON) | |||||
| add_definitions(-DWITH_PYTHON) | |||||
| list(APPEND INC | |||||
| ../../python | |||||
| ) | |||||
| endif() | |||||
| if(WIN32) | if(WIN32) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../../../intern/utfconv | ../../../intern/utfconv | ||||
| Context not available. | |||||