Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/CMakeLists.txt
| Show First 20 Lines • Show All 182 Lines • ▼ Show 20 Lines | # if(UNIX) | ||||
| if(WITH_LZMA) | if(WITH_LZMA) | ||||
| list(APPEND BLENDER_SORTED_LIBS extern_lzma) | list(APPEND BLENDER_SORTED_LIBS extern_lzma) | ||||
| endif() | endif() | ||||
| if(WITH_LIBMV) | if(WITH_LIBMV) | ||||
| list(APPEND BLENDER_SORTED_LIBS extern_ceres) | list(APPEND BLENDER_SORTED_LIBS extern_ceres) | ||||
| endif() | endif() | ||||
| if(WITH_MOD_BOOLEAN) | |||||
| list(APPEND BLENDER_SORTED_LIBS extern_carve) | |||||
| 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_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 | |||||