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