Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/CMakeLists.txt
| Context not available. | |||||
| bf_intern_raskter | bf_intern_raskter | ||||
| bf_intern_opencolorio | bf_intern_opencolorio | ||||
| bf_intern_opennl | bf_intern_opennl | ||||
| bf_intern_glew_mx | |||||
| extern_rangetree | extern_rangetree | ||||
| extern_wcwidth | extern_wcwidth | ||||
| extern_libmv | extern_libmv | ||||
| Context not available. | |||||
| endif() | endif() | ||||
| if(NOT WITH_SYSTEM_GLEW) | if(NOT WITH_SYSTEM_GLEW) | ||||
| list(APPEND BLENDER_SORTED_LIBS ${BLENDER_GLEW_LIBRARIES}) | list(APPEND BLENDER_SORTED_LIBS extern_glew) | ||||
| endif() | endif() | ||||
| if(WITH_LZMA) | if(WITH_LZMA) | ||||
| Context not available. | |||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| list(APPEND BLENDER_SORTED_LIBS bf_intern_locale) | list(APPEND BLENDER_SORTED_LIBS bf_intern_locale) | ||||
| endif() | endif() | ||||
| if(WITH_VORO) | |||||
| list(APPEND BLENDER_SORTED_LIBS extern_voro) | |||||
| endif() | |||||
| foreach(SORTLIB ${BLENDER_SORTED_LIBS}) | foreach(SORTLIB ${BLENDER_SORTED_LIBS}) | ||||
| set(REMLIB ${SORTLIB}) | set(REMLIB ${SORTLIB}) | ||||
| Context not available. | |||||