mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2025-11-16 20:37:15 +00:00
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| telemetry_json.cpp | ||
| telemetry_json.h | ||
| verify_login.cpp | ||
| verify_login.h | ||
| web_backend.cpp | ||
| web_backend.h | ||