mirror of https://github.com/stenzek/duckstation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
328 B
CMake
18 lines
328 B
CMake
add_subdirectory(cubeb)
|
|
add_subdirectory(glad)
|
|
add_subdirectory(imgui)
|
|
add_subdirectory(libcue)
|
|
add_subdirectory(simpleini)
|
|
add_subdirectory(stb)
|
|
add_subdirectory(tinyxml2)
|
|
add_subdirectory(zlib)
|
|
|
|
if(NOT ANDROID)
|
|
add_subdirectory(nativefiledialog)
|
|
endif()
|
|
|
|
if(${CPU_ARCH} STREQUAL "aarch64")
|
|
add_subdirectory(vixl)
|
|
endif()
|
|
|