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

run_cmake(Always)
run_cmake(CompileSources)
run_cmake(Executable)
run_cmake(ImportedTargets)
run_cmake(LibraryArtifact)
run_cmake(Linkable)
run_cmake(NonImportedNormalTarget)
run_cmake(NonImportedTarget)
run_cmake(NormalTarget)
run_cmake(PICTargets)