mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
cmTarget: Allow transitive evaluation of SOURCES property.
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.
This commit is contained in:
5
Tests/ConfigSources/iface_src.cpp
Normal file
5
Tests/ConfigSources/iface_src.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
int iface_src()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user