ppsspp/ext/CMakeLists.txt

18 lines
488 B
CMake
Raw Normal View History

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()
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "let's not build binaries we don't need" FORCE)
set(SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS ON CACHE BOOL "let's not use exceptions" FORCE)
2017-03-13 22:45:25 +00:00
add_subdirectory(glslang)
2016-12-18 18:01:05 +00:00
add_subdirectory(snappy)
add_subdirectory(udis86)
add_subdirectory(SPIRV-Cross-build)
2018-11-10 15:39:27 +00:00
if(USE_DISCORD AND NOT IOS)
add_subdirectory(discord-rpc-build)
endif()