GSRunner: Support GNU/Linux

This commit is contained in:
Ty Lamontagne
2025-10-01 19:05:55 -04:00
committed by Ty
parent b7e17646a3
commit edf686752a
3 changed files with 128 additions and 9 deletions
-3
View File
@@ -62,9 +62,6 @@ endif()
# gsrunner
if(ENABLE_GSRUNNER)
if (NOT WIN32 AND NOT APPLE)
message(WARNING "GSRunner is only supported on Windows and macOS and may not build on your system")
endif()
add_subdirectory(pcsx2-gsrunner)
else()
add_subdirectory(pcsx2-gsrunner EXCLUDE_FROM_ALL)