Changeset View
Changeset View
Standalone View
Standalone View
extern/CMakeLists.txt
| Show All 26 Lines | |||||
| if(WITH_DRACO) | if(WITH_DRACO) | ||||
| add_subdirectory(draco) | add_subdirectory(draco) | ||||
| endif() | endif() | ||||
| if(WITH_BINRELOC) | if(WITH_BINRELOC) | ||||
| add_subdirectory(binreloc) | add_subdirectory(binreloc) | ||||
| endif() | endif() | ||||
| if(NOT WITH_SYSTEM_GLEW) | |||||
| if(WITH_GLEW_ES) | |||||
| add_subdirectory(glew-es) | |||||
| else() | |||||
| add_subdirectory(glew) | |||||
| endif() | |||||
| 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 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||