| .. |
|
DEVICE_LINK_OPTIONS.txt
|
c86ec79d07
Help: Use direct refs to genexes instead of ``$<GENEX-NAME>``
|
3 years ago |
|
FIND_XXX.txt
|
c584882b26
Help: change links to point to the env.vars, not to the cmake vars
|
2 years ago |
|
FIND_XXX_ORDER.txt
|
898216137a
Help: Factor out find_* command duplication
|
12 years ago |
|
FIND_XXX_REGISTRY_VIEW.txt
|
7dca3807f8
Help: Fix typos, grammar and formatting in CMP0134 policy docs
|
3 years ago |
|
FIND_XXX_ROOT.txt
|
3de3544fcd
Help: Improve documentation formatting of find_* commands
|
10 years ago |
|
GENEX_NOTE.txt
|
d4d1f85297
Help: Move a note about arguments and genexes into include file
|
3 years ago |
|
LINK_OPTIONS_LINKER.txt
|
2eba7d7524
Help: Add SHELL, LINKER and host/device discussions to property docs
|
4 years ago |
|
OPTIONS_SHELL.txt
|
2eba7d7524
Help: Add SHELL, LINKER and host/device discussions to property docs
|
4 years ago |
|
SUPPORTED_LANGUAGES.txt
|
b787be2714
Help: Update supported languages in project and enable_language
|
2 years ago |
|
UNSET_NOTE.txt
|
512f64289a
Help: Clarify that set(VAR) unsets VAR
|
2 years ago |
|
add_compile_definitions.rst
|
7480fa0a5f
COMPILE_DEFINITIONS property: ensure leading -D is removed in all cases
|
2 years ago |
|
add_compile_options.rst
|
561ae21f40
Help: Clarify that {add,target}_compile_options are not used for linking
|
2 years ago |
|
add_custom_command.rst
|
949dcdb3bc
Help: Clarify PRE_BUILD option for add_custom_command()
|
2 years ago |
|
add_custom_target.rst
|
26d813092b
add_custom_{command,target}: add genex support for COMMENT
|
2 years ago |
|
add_definitions.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
add_dependencies.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
add_executable.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
add_library.rst
|
c36910476a
Help: remove links from pages to themselves
|
3 years ago |
|
add_link_options.rst
|
561ae21f40
Help: Clarify that {add,target}_compile_options are not used for linking
|
2 years ago |
|
add_subdirectory.rst
|
dfab263825
Help: Clarify and update SYSTEM-related docs
|
2 years ago |
|
add_test.rst
|
6e71c31afd
Help:add_test: emphasize important points
|
2 years ago |
|
aux_source_directory.rst
|
07f3082d3b
Help: Improve documentation links and formatting
|
6 years ago |
|
block.rst
|
e159b5b2ae
Merge topic 'doc-improvements'
|
3 years ago |
|
break.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
build_command.rst
|
3043c17039
Help: Add more CLI `:option:` references to various pages
|
3 years ago |
|
build_name.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
cmake_file_api.rst
|
99b2ccf80d
cmake_file_api: New project command
|
2 years ago |
|
cmake_host_system_information.rst
|
f98c8707f4
Help: Use `code-block:: cmake` instead of `::` for sub-commands descriptions
|
3 years ago |
|
cmake_language.rst
|
cd33f461a6
Help: Use signature directive for cmake_language command
|
2 years ago |
|
cmake_minimum_required.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
cmake_parse_arguments.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
cmake_path.rst
|
f98c8707f4
Help: Use `code-block:: cmake` instead of `::` for sub-commands descriptions
|
3 years ago |
|
cmake_policy.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
configure_file.rst
|
b2b97d015e
Help: configure_file: add $CACHE{VAR} and $ENV{VAR} to description
|
2 years ago |
|
continue.rst
|
1046a61cfd
Help: clean up and clarify block() and return()
|
3 years ago |
|
create_test_sourcelist.rst
|
adbaadf0ee
Help: Apply syntax highlighting to project commands
|
7 years ago |
|
ctest_build.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_configure.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_coverage.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_empty_binary_directory.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_memcheck.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_read_custom_files.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_run_script.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_sleep.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_start.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_submit.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_test.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_update.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
ctest_upload.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
define_property.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
else.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
elseif.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
enable_language.rst
|
b787be2714
Help: Update supported languages in project and enable_language
|
2 years ago |
|
enable_testing.rst
|
538e699e5a
Help: for command enable_testing, explain relation to module CTest.
|
6 years ago |
|
endblock.rst
|
44a2f3f332
Add new flow-control commands for variables and policies scopes management
|
3 years ago |
|
endforeach.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
endfunction.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
endif.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
endmacro.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
endwhile.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
exec_program.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
execute_process.rst
|
1e95f765d5
Help: Clarify interaction of execute_process *_FILE and *_VARIABLE options
|
2 years ago |
|
export.rst
|
5d76ff6019
Help: Fix formatting of CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API notes
|
3 years ago |
|
export_library_dependencies.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
file.rst
|
5922c86ed6
file(GET_RUNTIME_DEPENDENCIES): Document case-preserving change on Windows
|
2 years ago |
|
find_file.rst
|
c584882b26
Help: change links to point to the env.vars, not to the cmake vars
|
2 years ago |
|
find_library.rst
|
c584882b26
Help: change links to point to the env.vars, not to the cmake vars
|
2 years ago |
|
find_package.rst
|
c584882b26
Help: change links to point to the env.vars, not to the cmake vars
|
2 years ago |
|
find_path.rst
|
c584882b26
Help: change links to point to the env.vars, not to the cmake vars
|
2 years ago |
|
find_program.rst
|
c584882b26
Help: change links to point to the env.vars, not to the cmake vars
|
2 years ago |
|
fltk_wrap_ui.rst
|
adbaadf0ee
Help: Apply syntax highlighting to project commands
|
7 years ago |
|
foreach.rst
|
cc8837606c
Help: Unindent _See Also_ related commands list
|
3 years ago |
|
function.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
get_cmake_property.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
get_directory_property.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
get_filename_component.rst
|
68fb1572a8
Help: Convert signatures of file command
|
2 years ago |
|
get_property.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
get_source_file_property.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
get_target_property.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
get_test_property.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
if.rst
|
3600be4e31
Help: Use signature directive for 'if' command
|
2 years ago |
|
include.rst
|
c2efb3efcd
Help: Revise docs on Scripting Commands
|
7 years ago |
|
include_directories.rst
|
04b0d5c862
codespell: Fix typos
|
2 years ago |
|
include_external_msproject.rst
|
c705279bae
Help: Add `.. versionadded` directives to commands documentation
|
5 years ago |
|
include_guard.rst
|
c36910476a
Help: remove links from pages to themselves
|
3 years ago |
|
include_regular_expression.rst
|
adbaadf0ee
Help: Apply syntax highlighting to project commands
|
7 years ago |
|
install.rst
|
ede33f30cf
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
|
2 years ago |
|
install_files.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
install_programs.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
install_targets.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
link_directories.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
link_libraries.rst
|
adbaadf0ee
Help: Apply syntax highlighting to project commands
|
7 years ago |
|
list.rst
|
31675964e7
GenEx LIST: list operations
|
2 years ago |
|
load_cache.rst
|
657fb0aa6f
Help: Clarify load_cache documentation of first parameter
|
6 years ago |
|
load_command.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
macro.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
make_directory.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
mark_as_advanced.rst
|
a19058d7d8
Help: Replace some `versionadded` directives with `versionchanged`
|
5 years ago |
|
math.rst
|
68a46505a3
Help: math: note that floating point inputs are invalid
|
2 years ago |
|
message.rst
|
a78cba5197
message: Add CONFIGURE_LOG mode to record a message in the configure log
|
2 years ago |
|
option.rst
|
ee6b429498
Help: Clarify that option() is a boolean
|
3 years ago |
|
output_required_files.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
project.rst
|
b787be2714
Help: Update supported languages in project and enable_language
|
2 years ago |
|
qt_wrap_cpp.rst
|
74dc68b406
qt_wrap_*: Add deprecation notes to command docs
|
6 years ago |
|
qt_wrap_ui.rst
|
74dc68b406
qt_wrap_*: Add deprecation notes to command docs
|
6 years ago |
|
remove.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
remove_definitions.rst
|
adbaadf0ee
Help: Apply syntax highlighting to project commands
|
7 years ago |
|
return.rst
|
c36910476a
Help: remove links from pages to themselves
|
3 years ago |
|
separate_arguments.rst
|
3c5b34af9d
Help: Replace links with their permanent redirects
|
2 years ago |
|
set.rst
|
512f64289a
Help: Clarify that set(VAR) unsets VAR
|
2 years ago |
|
set_directory_properties.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
set_property.rst
|
6e71c31afd
Help:add_test: emphasize important points
|
2 years ago |
|
set_source_files_properties.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
set_target_properties.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
set_tests_properties.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
site_name.rst
|
94c6295db1
Help: Document site_name command use of HOSTNAME variable
|
5 years ago |
|
source_group.rst
|
0106842af4
Help: Clarify condition of tree command from source_group.
|
4 years ago |
|
string.rst
|
c64f6d5a5a
Help: Document append functionality of string(JSON)
|
2 years ago |
|
subdir_depends.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
subdirs.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
target_compile_definitions.rst
|
d4d1f85297
Help: Move a note about arguments and genexes into include file
|
3 years ago |
|
target_compile_features.rst
|
d4d1f85297
Help: Move a note about arguments and genexes into include file
|
3 years ago |
|
target_compile_options.rst
|
561ae21f40
Help: Clarify that {add,target}_compile_options are not used for linking
|
2 years ago |
|
target_include_directories.rst
|
d4d1f85297
Help: Move a note about arguments and genexes into include file
|
3 years ago |
|
target_link_directories.rst
|
d4d1f85297
Help: Move a note about arguments and genexes into include file
|
3 years ago |
|
target_link_libraries.rst
|
65457e4fae
Help: Add _See Also_ sections to related CMake commands
|
3 years ago |
|
target_link_options.rst
|
561ae21f40
Help: Clarify that {add,target}_compile_options are not used for linking
|
2 years ago |
|
target_precompile_headers.rst
|
d4d1f85297
Help: Move a note about arguments and genexes into include file
|
3 years ago |
|
target_sources.rst
|
6ff5cdc533
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
|
2 years ago |
|
try_compile.rst
|
b6cfbe7b17
Help:try_{compile,run}: clarify, encourage new syntax
|
2 years ago |
|
try_run.rst
|
b6cfbe7b17
Help:try_{compile,run}: clarify, encourage new syntax
|
2 years ago |
|
unset.rst
|
512f64289a
Help: Clarify that set(VAR) unsets VAR
|
2 years ago |
|
use_mangled_mesa.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
utility_source.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
variable_requires.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |
|
variable_watch.rst
|
bb15663858
Help: Expand documentation of variable_watch()
|
5 years ago |
|
while.rst
|
cc8837606c
Help: Unindent _See Also_ related commands list
|
3 years ago |
|
write_file.rst
|
8c6274326d
Help: Use CMake highlighting for command synopsis
|
3 years ago |