mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 23:57:49 +00:00
web_service: Add CMake flag to enable.
This commit is contained in:
parent
d253007194
commit
7927c9b28f
5 changed files with 32 additions and 14 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue