mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Add a Win32 NoGUI platform and project
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user