mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
Build: Clean up optional components
This commit is contained in:
committed by
Connor McLaughlin
parent
dfa6165662
commit
a9b6f8976e
+4
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user