summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/TargetPropertyGeneratorExpressions/RunCMakeTest.cmake
blob: 4294e9fd790421fd73605e7e629dc83809ef0180 (plain)
1
2
3
4
5
6
7
8
9
10
11
include(RunCMake)

run_cmake(BadSelfReference)
run_cmake(BadNonTarget)
run_cmake(BadInvalidName)
run_cmake(LinkImplementationCycle1)
run_cmake(LinkImplementationCycle2)
run_cmake(LinkImplementationCycle3)
run_cmake(LinkImplementationCycle4)
run_cmake(LinkImplementationCycle5)
run_cmake(LinkImplementationCycle6)