mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
17 lines
393 B
CMake
17 lines
393 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(AppendNoOutput)
|
|
run_cmake(AppendNotOutput)
|
|
run_cmake(BadArgument)
|
|
run_cmake(NoArguments)
|
|
run_cmake(NoOutputOrTarget)
|
|
run_cmake(OutputAndTarget)
|
|
run_cmake(SourceByproducts)
|
|
run_cmake(SourceUsesTerminal)
|
|
run_cmake(TargetImported)
|
|
run_cmake(TargetNotInDir)
|
|
|
|
if(${RunCMake_GENERATOR} MATCHES "Visual Studio ([^89]|[89][0-9])")
|
|
run_cmake(RemoveEmptyCommands)
|
|
endif()
|