mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
7 lines
105 B
CMake
7 lines
105 B
CMake
add_subdirectory(common)
|
|
add_subdirectory(core)
|
|
|
|
if(NOT ANDROID)
|
|
add_subdirectory(duckstation)
|
|
endif()
|