Add a Win32 NoGUI platform and project

This commit is contained in:
Stenzek
2019-11-26 15:25:19 +11:00
parent 0755f92979
commit 5a65031611
11 changed files with 421 additions and 7 deletions

View File

@ -369,11 +369,6 @@ if(ENABLE_VTUNE)
)
endif()
if(WIN32)
message(STATUS "Building for Windows, disabling NoGUI frontend.")
set(ENABLE_NOGUI OFF)
endif()
if(ANDROID)
message(STATUS "Building for Android")
if(NOT ENABLE_HEADLESS)