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

run_cmake(CustomTarget)
run_cmake(TargetNotFound)
run_cmake(AppendExport)
run_cmake(OldIface)
run_cmake(NoExportSet)