mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +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
29 B
C++
6 lines
29 B
C++
|
|
int iface()
|
|
{
|
|
return 0;
|
|
}
|