summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/property_init/RunCMakeTest.cmake
blob: 214f279b9539c5f89855a61490b5914e8d624eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
run_cmake(SharedLibrary)