mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +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.
8 lines
101 B
C++
8 lines
101 B
C++
|
|
#include "iface_debug.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return iface_src() + iface_debug();
|
|
}
|