diff options
| author | 2017-06-27 23:01:49 -0400 | |
|---|---|---|
| committer | 2017-07-10 00:15:40 -0400 | |
| commit | 52fbe1e10cffcfd4c4ee1c50b7c8e98f3eb4cb50 (patch) | |
| tree | 0e3dcb3988978db60521abf00727474683f7bf9f /src/CMakeLists.txt | |
| parent | settings: Add telemetry endpoint URL. (diff) | |
| download | yuzu-52fbe1e10cffcfd4c4ee1c50b7c8e98f3eb4cb50.tar.gz yuzu-52fbe1e10cffcfd4c4ee1c50b7c8e98f3eb4cb50.tar.xz yuzu-52fbe1e10cffcfd4c4ee1c50b7c8e98f3eb4cb50.zip | |
web_service: Add skeleton project.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 655bd83aa..f855a5195 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -14,3 +14,4 @@ endif() | |||
| 14 | if (ENABLE_QT) | 14 | if (ENABLE_QT) |
| 15 | add_subdirectory(citra_qt) | 15 | add_subdirectory(citra_qt) |
| 16 | endif() | 16 | endif() |
| 17 | add_subdirectory(web_service) | ||