mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 15:37:39 +00:00
9 lines
161 B
CMake
9 lines
161 B
CMake
add_subdirectory(cmake/armips)
|
|
if(NOT USING_GLES2)
|
|
add_subdirectory(glew)
|
|
endif()
|
|
|
|
add_subdirectory(glslang)
|
|
add_subdirectory(snappy)
|
|
add_subdirectory(udis86)
|