diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f855a5195..e11940f59 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -14,4 +14,6 @@ endif() | |||
| 14 | if (ENABLE_QT) | 14 | if (ENABLE_QT) |
| 15 | add_subdirectory(citra_qt) | 15 | add_subdirectory(citra_qt) |
| 16 | endif() | 16 | endif() |
| 17 | add_subdirectory(web_service) | 17 | if (ENABLE_WEB_SERVICE) |
| 18 | add_subdirectory(web_service) | ||
| 19 | endif() | ||