This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0caf08e43e
CMake
/
Tests
/
SourcesProperty
/
main.cpp
8 lines
84 B
C++
Raw
Normal View
History
Unescape
Escape
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.
2014-02-13 23:52:21 +04:00
#
include
"iface.h"
int
main
(
int
argc
,
char
*
*
argv
)
{
Make the SOURCES target property writable.
2013-07-08 22:18:42 +04:00
return
iface
(
)
+
prop
(
)
;
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.
2014-02-13 23:52:21 +04:00
}