Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/CMakeLists.txt
| Show First 20 Lines • Show All 199 Lines • ▼ Show 20 Lines | # if(UNIX) | ||||
| if(WITH_MOD_BOOLEAN) | if(WITH_MOD_BOOLEAN) | ||||
| list(APPEND BLENDER_SORTED_LIBS extern_carve) | list(APPEND BLENDER_SORTED_LIBS extern_carve) | ||||
| endif() | endif() | ||||
| if(WITH_GHOST_XDND) | if(WITH_GHOST_XDND) | ||||
| list(APPEND BLENDER_SORTED_LIBS extern_xdnd) | list(APPEND BLENDER_SORTED_LIBS extern_xdnd) | ||||
| endif() | endif() | ||||
| if(WITH_OPENHMD) | |||||
| list(APPEND BLENDER_SORTED_LIBS extern_openhmd) | |||||
| endif() | |||||
| if(WITH_CODEC_QUICKTIME) | if(WITH_CODEC_QUICKTIME) | ||||
| list(APPEND BLENDER_SORTED_LIBS bf_quicktime) | list(APPEND BLENDER_SORTED_LIBS bf_quicktime) | ||||
| endif() | endif() | ||||
| if(WITH_CXX_GUARDEDALLOC) | if(WITH_CXX_GUARDEDALLOC) | ||||
| list(APPEND BLENDER_SORTED_LIBS bf_intern_guardedalloc_cpp) | list(APPEND BLENDER_SORTED_LIBS bf_intern_guardedalloc_cpp) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines | |||||