Changeset View
Changeset View
Standalone View
Standalone View
extern/CMakeLists.txt
| Show First 20 Lines • Show All 61 Lines • ▼ Show 20 Lines | else() | ||||
| add_subdirectory(glew) | add_subdirectory(glew) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(WITH_GAMEENGINE) | if(WITH_GAMEENGINE) | ||||
| add_subdirectory(recastnavigation) | add_subdirectory(recastnavigation) | ||||
| endif() | endif() | ||||
| if(WITH_IMAGE_OPENJPEG AND (NOT WITH_SYSTEM_OPENJPEG)) | |||||
| add_subdirectory(libopenjpeg) | |||||
| endif() | |||||
| if(WITH_LZO AND NOT WITH_SYSTEM_LZO) | if(WITH_LZO AND NOT WITH_SYSTEM_LZO) | ||||
| add_subdirectory(lzo) | add_subdirectory(lzo) | ||||
| endif() | endif() | ||||
| if(WITH_LZMA) | if(WITH_LZMA) | ||||
| add_subdirectory(lzma) | add_subdirectory(lzma) | ||||
| endif() | endif() | ||||
| Show All 30 Lines | |||||