Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
| Show First 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | |||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| add_definitions(-DWITH_FREESTYLE) | add_definitions(-DWITH_FREESTYLE) | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_NDOF) | if(WITH_INPUT_NDOF) | ||||
| add_definitions(-DWITH_INPUT_NDOF) | add_definitions(-DWITH_INPUT_NDOF) | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_HMD) | |||||
| add_definitions(-DWITH_INPUT_HMD) | |||||
| endif() | |||||
| blender_add_lib_nolist(blenkernel_blc "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib_nolist(blenkernel_blc "${SRC}" "${INC}" "${INC_SYS}") | ||||