2010-11-01 17:47:02 +02:00
|
|
|
add_subdirectory(AudioCommon)
|
|
|
|
add_subdirectory(Common)
|
|
|
|
add_subdirectory(Core)
|
|
|
|
add_subdirectory(DiscIO)
|
|
|
|
add_subdirectory(InputCommon)
|
2014-10-04 22:12:15 +03:00
|
|
|
add_subdirectory(UICommon)
|
2010-11-01 17:47:02 +02:00
|
|
|
add_subdirectory(VideoCommon)
|
2013-09-11 06:12:54 +03:00
|
|
|
add_subdirectory(VideoBackends)
|
2014-09-14 22:03:07 +03:00
|
|
|
|
2018-10-24 11:14:50 +03:00
|
|
|
if(ENABLE_NOGUI)
|
|
|
|
add_subdirectory(DolphinNoGUI)
|
|
|
|
endif()
|
|
|
|
|
2018-07-07 01:40:15 +03:00
|
|
|
if(ENABLE_QT)
|
|
|
|
add_subdirectory(DolphinQt)
|
2015-11-27 10:33:07 +02:00
|
|
|
endif()
|
2019-01-18 16:31:14 +02:00
|
|
|
|
2019-05-08 22:17:30 +03:00
|
|
|
if (APPLE OR WIN32)
|
2019-02-26 00:08:03 +02:00
|
|
|
add_subdirectory(UpdaterCommon)
|
2019-05-08 22:17:30 +03:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if (APPLE)
|
2019-01-18 16:31:14 +02:00
|
|
|
add_subdirectory(MacUpdater)
|
|
|
|
endif()
|
2019-05-08 22:17:30 +03:00
|
|
|
|
|
|
|
|
|
|
|
if (WIN32)
|
|
|
|
add_subdirectory(WinUpdater)
|
|
|
|
endif()
|