2017-03-13 22:45:25 +00:00
|
|
|
set(ARMIPS_REGEXP OFF CACHE BOOL "" FORCE)
|
|
|
|
|
|
|
|
add_subdirectory(armips)
|
2016-12-18 18:01:05 +00:00
|
|
|
if(NOT USING_GLES2)
|
2018-11-10 15:39:27 +00:00
|
|
|
add_subdirectory(glew)
|
2016-12-18 18:01:05 +00:00
|
|
|
endif()
|
|
|
|
|
2016-12-20 01:01:30 +00:00
|
|
|
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "let's not build binaries we don't need" FORCE)
|
2017-12-07 21:33:41 +00:00
|
|
|
set(SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS ON CACHE BOOL "let's not use exceptions" FORCE)
|
2017-03-13 22:45:25 +00:00
|
|
|
|
2016-12-20 00:11:50 +00:00
|
|
|
add_subdirectory(glslang)
|
2016-12-18 18:01:05 +00:00
|
|
|
add_subdirectory(snappy)
|
|
|
|
add_subdirectory(udis86)
|
2017-03-06 17:50:51 +00:00
|
|
|
add_subdirectory(SPIRV-Cross-build)
|
2018-11-10 15:39:27 +00:00
|
|
|
if(USE_DISCORD AND NOT IOS)
|
|
|
|
add_subdirectory(discord-rpc-build)
|
2018-08-26 21:10:37 +00:00
|
|
|
endif()
|