1
0
Fork 0
forked from suyu/suyu
suyu/src/web_service
Lioncash c8beb665dc CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
This is more localized to what we want to enforce directory-wise with
the project. CMAKE_SOURCE_DIR indicates the root of the source tree, but
this would cause the wrong behavior if someone included yuzu as part of
a larger buildsystem (for whatever reason). Instead, we want to use the
directory where the "project(yuzu)" command was declared as the root
path reference.
2018-10-20 17:36:31 -04:00
..
CMakeLists.txt CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 2018-10-20 17:36:31 -04:00
telemetry_json.cpp web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
telemetry_json.h telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 2018-10-10 21:10:36 -04:00
verify_login.cpp web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
verify_login.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
web_backend.cpp web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
web_backend.h web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00