Commit c8beb665 authored by Lioncash's avatar Lioncash
Browse files

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.
parent 8dc7db7e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment