web_service: Add CMake flag to enable.

This commit is contained in:
bunnei 2017-07-09 17:52:18 -04:00
parent 8af3ebb149
commit 33b012e86b
5 changed files with 32 additions and 14 deletions

View file

@ -14,4 +14,6 @@ endif()
if (ENABLE_QT)
add_subdirectory(citra_qt)
endif()
add_subdirectory(web_service)
if (ENABLE_WEB_SERVICE)
add_subdirectory(web_service)
endif()