mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 10:10:08 -06:00
17 lines
386 B
CMake
17 lines
386 B
CMake
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)
|