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.
11 lines
333 B
11 lines
333 B
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}")
|