mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05: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:
@@ -0,0 +1,4 @@
|
||||
|
||||
int iface_src();
|
||||
|
||||
int iface_debug();
|
||||
Reference in New Issue
Block a user