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

@ -9,6 +9,10 @@ if(ENABLE_X11 AND X11_FOUND)
target_sources(dolphin-nogui PRIVATE PlatformX11.cpp)
endif()
if(WIN32)
target_sources(dolphin-nogui PRIVATE PlatformWin32.cpp)
endif()
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
target_sources(dolphin-nogui PRIVATE PlatformFBDev.cpp)
endif()