1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-07 23:06:33 -05:00

web_service: Add skeleton project.

This commit is contained in:
bunnei
2017-06-27 23:01:49 -04:00
parent 8abf808854
commit 52fbe1e10c
7 changed files with 52 additions and 1 deletions

View File

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