2017-03-13 23:45:25 +01:00
|
|
|
set(ARMIPS_REGEXP OFF CACHE BOOL "" FORCE)
|
|
|
|
|
|
|
|
add_subdirectory(armips)
|
2016-12-18 19:01:05 +01:00
|
|
|
if(NOT USING_GLES2)
|
|
|
|
add_subdirectory(glew)
|
|
|
|
endif()
|
|
|
|
|
2016-12-20 02:01:30 +01:00
|
|
|
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "let's not build binaries we don't need" FORCE)
|
2017-12-07 22:33:41 +01:00
|
|
|
set(SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS ON CACHE BOOL "let's not use exceptions" FORCE)
|
2017-03-13 23:45:25 +01:00
|
|
|
|
2016-12-20 01:11:50 +01:00
|
|
|
add_subdirectory(glslang)
|
2016-12-18 19:01:05 +01:00
|
|
|
add_subdirectory(snappy)
|
|
|
|
add_subdirectory(udis86)
|
2017-03-06 18:50:51 +01:00
|
|
|
add_subdirectory(SPIRV-Cross-build)
|