mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-16 07:00:07 +00:00
12 lines
183 B
CMake
12 lines
183 B
CMake
add_subdirectory(common)
|
|
add_subdirectory(core)
|
|
|
|
if(BUILD_SDL_FRONTEND)
|
|
add_subdirectory(duckstation-sdl)
|
|
endif()
|
|
|
|
if(BUILD_QT_FRONTEND)
|
|
add_subdirectory(duckstation-qt)
|
|
endif()
|
|
|