Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/CMakeLists.txt
| Show All 21 Lines | |||||
| # Contributor(s): Jacques Beaurain. | # Contributor(s): Jacques Beaurain. | ||||
| # | # | ||||
| # ***** END GPL LICENSE BLOCK ***** | # ***** END GPL LICENSE BLOCK ***** | ||||
| if(WITH_FREESTYLE) | if(WITH_FREESTYLE) | ||||
| add_definitions(-DWITH_FREESTYLE) | add_definitions(-DWITH_FREESTYLE) | ||||
| endif() | endif() | ||||
| if(WIN32) | |||||
| if(WITH_INPUT_IME) | |||||
| add_definitions(-DWITH_IM_ONTHESPOT) | |||||
| endif() | |||||
| endif() | |||||
| add_subdirectory(intern) | add_subdirectory(intern) | ||||