diff options
| author | Stenzek <stenzek@gmail.com> | 2018-10-24 18:14:50 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2019-02-15 18:40:46 +1000 |
| commit | eabde77892faf4408481f685f2fbf1b348232d5f (patch) | |
| tree | 29daf45582fa2860c76127271457675184341900 /Source/Core/DolphinNoGUI | |
| parent | 836f76da898ee514022d7b2c84a88f6dcc1a4c0b (diff) | |
CMake: Add an ENABLE_NOGUI option
Diffstat (limited to 'Source/Core/DolphinNoGUI')
| -rw-r--r-- | Source/Core/DolphinNoGUI/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinNoGUI/CMakeLists.txt b/Source/Core/DolphinNoGUI/CMakeLists.txt index b14152d194..b2bf174d8b 100644 --- a/Source/Core/DolphinNoGUI/CMakeLists.txt +++ b/Source/Core/DolphinNoGUI/CMakeLists.txt @@ -1,7 +1,3 @@ -if(NOT((ENABLE_X11 AND X11_FOUND) OR ENABLE_HEADLESS)) - return() -endif() - add_executable(dolphin-nogui Platform.cpp PlatformHeadless.cpp |
