mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 17:48:08 +00:00
CMake: Add an ENABLE_NOGUI option
This commit is contained in:
parent
836f76da89
commit
eabde77892
3 changed files with 9 additions and 6 deletions
|
@ -1,7 +1,3 @@
|
|||
if(NOT((ENABLE_X11 AND X11_FOUND) OR ENABLE_HEADLESS))
|
||||
return()
|
||||
endif()
|
||||
|
||||
add_executable(dolphin-nogui
|
||||
Platform.cpp
|
||||
PlatformHeadless.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue