cmake/Tests/RunCMake/build_command/CMP0061Common.cmake
2015-08-17 11:37:30 +02:00

11 lines
333 B
CMake

build_command(command)
message("${command}")
build_command(command TARGET MyTarget)
message("${command}")
build_command(command CONFIGURATION Debug)
message("${command}")
build_command(command CONFIGURATION Debug TARGET MyTarget)
message("${command}")
build_command(cache_command "${CMAKE_MAKE_PROGRAM}")
message("${cache_command}")