2019-09-09 07:01:26 +00:00
|
|
|
add_subdirectory(common)
|
2022-07-08 12:43:38 +00:00
|
|
|
add_subdirectory(util)
|
2019-10-04 03:54:09 +00:00
|
|
|
add_subdirectory(core)
|
2020-04-16 15:56:11 +00:00
|
|
|
add_subdirectory(scmversion)
|
2019-11-27 15:55:33 +00:00
|
|
|
|
2023-09-23 05:43:12 +00:00
|
|
|
if(WIN32 OR APPLE)
|
2023-09-02 06:54:51 +00:00
|
|
|
add_subdirectory(updater)
|
2020-07-07 08:54:02 +00:00
|
|
|
endif()
|
|
|
|
|
2021-01-30 11:55:24 +00:00
|
|
|
if(BUILD_NOGUI_FRONTEND)
|
|
|
|
add_subdirectory(duckstation-nogui)
|
2020-06-08 16:44:42 +00:00
|
|
|
endif()
|
|
|
|
|
2019-12-31 06:17:17 +00:00
|
|
|
if(BUILD_QT_FRONTEND)
|
|
|
|
add_subdirectory(duckstation-qt)
|
|
|
|
endif()
|
2021-05-10 03:36:00 +00:00
|
|
|
|
2021-07-23 14:02:09 +00:00
|
|
|
if(BUILD_REGTEST)
|
|
|
|
add_subdirectory(duckstation-regtest)
|
|
|
|
endif()
|
2023-09-02 06:54:51 +00:00
|
|
|
|
|
|
|
if(BUILD_TESTS)
|
2023-09-05 12:57:58 +00:00
|
|
|
add_subdirectory(common-tests EXCLUDE_FROM_ALL)
|
2023-09-02 06:54:51 +00:00
|
|
|
endif()
|