summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
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()
13if (ENABLE_QT) 13if (ENABLE_QT)
14 add_subdirectory(yuzu) 14 add_subdirectory(yuzu)
15endif() 15endif()
16if (ENABLE_WEB_SERVICE)
17 add_subdirectory(web_service)
18endif()