You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
386 B
17 lines
386 B
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)
|
|
run_cmake(TargetsWithArtifact)
|
|
run_cmake(TargetsWithCommands)
|
|
run_cmake(TargetsWithExports)
|