mirror of
https://github.com/reactos/CMake.git
synced 2025-01-09 05:00:35 +00:00
3676fb4963
Extend the cmGeneratorExpressionDAGChecker with an interface returning the name of the top target. Use that to determine when there is a DAG violation, as required by the RunCMake.Languages tests.
6 lines
33 B
C++
6 lines
33 B
C++
|
|
int iface_src()
|
|
{
|
|
return 0;
|
|
}
|