summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/export/RunCMakeTest.cmake
blob: 10ced9006364b759ea6a2261a686d7e7aa062b48 (plain)
1
2
3
4
5
6
7
8
9
10
include(RunCMake)

run_cmake(CustomTarget)
run_cmake(TargetNotFound)
run_cmake(AppendExport)
run_cmake(OldIface)
run_cmake(NoExportSet)
run_cmake(ForbiddenToExportInterfaceProperties)
run_cmake(ForbiddenToExportImportedProperties)
run_cmake(ForbiddenToExportPropertyWithGenExp)