mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +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()
|
|
|