Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

project identifier vs name #91

Closed NOhs closed 5 years ago

NOhs commented 5 years ago

Just a quick reminder, what do we have "project identifier" AND "name"?

GPMueller commented 5 years ago

If I understand the question correctly: to distinguish targets of the same name that come from different projects. Together they form the target identifier. For example one might have a "myproject.graph" which uses "boost.graph".

Note that the project identifier may be nested through subprojects, e.g. "myproject.mysubproject.boost.graph".