mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 05:17:19 +00:00
12 lines
179 B
CMake
12 lines
179 B
CMake
add_subdirectory(common)
|
|
add_subdirectory(core)
|
|
|
|
if(BUILD_SDL_FRONTEND)
|
|
add_subdirectory(duckstation)
|
|
endif()
|
|
|
|
if(BUILD_QT_FRONTEND)
|
|
add_subdirectory(duckstation-qt)
|
|
endif()
|
|
|