Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/CMakeLists.txt
| Show First 20 Lines • Show All 62 Lines • ▼ Show 20 Lines | set(SRC | ||||
| BLO_blend_validate.h | BLO_blend_validate.h | ||||
| BLO_readfile.h | BLO_readfile.h | ||||
| BLO_undofile.h | BLO_undofile.h | ||||
| BLO_writefile.h | BLO_writefile.h | ||||
| intern/readfile.h | intern/readfile.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| ) | ) | ||||
| if(WITH_BUILDINFO) | if(WITH_BUILDINFO) | ||||
| add_definitions(-DWITH_BUILDINFO) | add_definitions(-DWITH_BUILDINFO) | ||||
| endif() | endif() | ||||
| if(WITH_PYTHON) | if(WITH_PYTHON) | ||||
| if(WITH_PYTHON_SECURITY) | if(WITH_PYTHON_SECURITY) | ||||
| Show All 23 Lines | |||||