CMake/Help
Brad King bca67c710f build_command: Return a "cmake --build" command-line
Re-implement the build_command() command to use "cmake --build" instead
of generating a native build tool invocation directly.  This command
will internally invoke the proper native build tool.

This avoids requiring cmGlobalGenerator::GenerateBuildCommand to produce
a string so that it can be later refactored to produce a vector with no
quoting or escaping.  It will also allow us to later teach CMake to
delay the decision about which build tool to invoke until after the
project build system is generated to disk.  For example, on Visual
Studio 10 and above the preferred command-line tool is MSBuild, but we
need to fall back to devenv if the .sln has Intel Fortran .vfproj files.
2013-11-15 14:38:18 -05:00
..
command build_command: Return a "cmake --build" command-line 2013-11-15 14:38:18 -05:00
generator VS: Add version year to generator names 2013-10-28 13:43:14 -04:00
include Help: Factor out COMPILE_DEFINITIONS disclaimer duplication 2013-10-16 09:22:38 -04:00
manual Help: Format manual/*.1.rst options as definition lists 2013-11-14 10:05:32 -05:00
module Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
policy CMP0038: Add missing '.' to policy summary line 2013-11-12 11:54:49 -05:00
prop_cache Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_dir Help: Factor out cmake-generator-expressions manual page 2013-10-16 09:22:38 -04:00
prop_gbl Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER. 2013-10-24 11:50:47 +02:00
prop_sf Add automatic rcc invocation for Qt. 2013-10-24 12:30:41 +02:00
prop_test Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_tgt Fix INTERFACE_LINK_LIBRARIES documentation typos 2013-11-04 08:33:38 -05:00
variable Refactor tool selection for edit_cache (#14544) 2013-11-12 08:47:19 -05:00
index.rst Help: Add cmake-language.7 manual 2013-11-08 08:41:46 -05:00