Build: Clean up optional components

This commit is contained in:
Stenzek
2023-08-26 14:37:56 +10:00
committed by Connor McLaughlin
parent dfa6165662
commit a9b6f8976e
18 changed files with 62 additions and 232 deletions
+4 -7
View File
@@ -50,14 +50,11 @@ add_subdirectory(common)
# make pcsx2
add_subdirectory(pcsx2)
add_subdirectory(pcsx2-qt)
if (QT_BUILD)
add_subdirectory(pcsx2-qt)
# Updater is Windows only for now.
if (WIN32)
add_subdirectory(updater)
endif()
# Updater is Windows only for now.
if (WIN32)
add_subdirectory(updater)
endif()
# tests