CMake/Help/command
Stephen Kelly 8ed59fc207 Add target_compile_features command.
This can be used to set the compiler features required by particular
targets. An error is issued at CMake time if the compiler does not
support the required feature. If a language dialect flag is required
by the features used, that will be added automatically.

Base the target_compile_features command on cmTargetPropCommandBase. This
gives us 'free' handling of IMPORTED, ALIAS, INTERFACE, non-compilable
and missing targets.
2014-04-07 18:11:18 +02:00
..
FIND_XXX.txt Help: Factor out find_* command duplication 2013-10-16 09:22:38 -04:00
FIND_XXX_MAC.txt Help: Factor out find_* command duplication 2013-10-16 09:22:38 -04:00
FIND_XXX_ORDER.txt Help: Factor out find_* command duplication 2013-10-16 09:22:38 -04:00
FIND_XXX_ROOT.txt Help: Document the CMAKE_FIND_ROOT_PATH* variables. 2013-11-27 13:21:12 +01:00
add_compile_options.rst Help: Mark up the buildsystem commands documentation 2014-02-06 16:15:53 -05:00
add_custom_command.rst add_custom_command: Evaluate generator expressions in DEPENDS 2014-03-20 09:21:56 -04:00
add_custom_target.rst
add_definitions.rst add_definitions: Don't document genex support. 2014-03-03 10:10:39 -05:00
add_dependencies.rst
add_executable.rst cmTarget: Allow any generator expression in SOURCES property. 2014-04-02 23:12:56 +02:00
add_library.rst cmTarget: Allow any generator expression in SOURCES property. 2014-04-02 23:12:56 +02:00
add_subdirectory.rst
add_test.rst Help: Revise and format add_test() command documentation 2014-02-20 08:58:13 -05:00
aux_source_directory.rst
break.rst
build_command.rst build_command: Return a "cmake --build" command-line 2013-11-15 14:38:18 -05:00
build_name.rst Add policy CMP0036 to disallow build_name 2013-10-22 09:09:53 -04:00
cmake_host_system_information.rst
cmake_minimum_required.rst
cmake_policy.rst
configure_file.rst
create_test_sourcelist.rst
ctest_build.rst
ctest_configure.rst
ctest_coverage.rst
ctest_empty_binary_directory.rst
ctest_memcheck.rst
ctest_read_custom_files.rst
ctest_run_script.rst
ctest_sleep.rst
ctest_start.rst
ctest_submit.rst CTest: added documentation for the "Upload" submission PART 2013-11-15 15:22:08 +01:00
ctest_test.rst
ctest_update.rst
ctest_upload.rst
define_property.rst
else.rst
elseif.rst
enable_language.rst
enable_testing.rst
endforeach.rst
endfunction.rst
endif.rst
endmacro.rst
endwhile.rst
exec_program.rst
execute_process.rst Help: Clarify execute_process COMMAND argument behavior 2013-11-07 16:42:39 -05:00
export.rst export: Implement EXPORT subcommand (#9822) 2013-12-24 13:02:49 +01:00
export_library_dependencies.rst Add policy CMP0033 to disallow export_library_dependencies 2013-10-22 09:09:52 -04:00
file.rst
find_file.rst Help: Document the CMAKE_FIND_ROOT_PATH* variables. 2013-11-27 13:21:12 +01:00
find_library.rst Help: Document the CMAKE_FIND_ROOT_PATH* variables. 2013-11-27 13:21:12 +01:00
find_package.rst Help: Mention in find_package that cmake-gui step is Windows-only (#14781) 2014-03-03 14:36:48 -05:00
find_path.rst Help: Document the CMAKE_FIND_ROOT_PATH* variables. 2013-11-27 13:21:12 +01:00
find_program.rst Help: Document the CMAKE_FIND_ROOT_PATH* variables. 2013-11-27 13:21:12 +01:00
fltk_wrap_ui.rst
foreach.rst Help: Document macro argument caveats in more detail 2013-11-19 09:01:54 -05:00
function.rst
get_cmake_property.rst
get_directory_property.rst
get_filename_component.rst
get_property.rst
get_source_file_property.rst
get_target_property.rst
get_test_property.rst
if.rst Help: Fix typo in 'if()' command documentation 2014-01-15 15:47:59 -05:00
include.rst
include_directories.rst Help: Mark up the buildsystem commands documentation 2014-02-06 16:15:53 -05:00
include_external_msproject.rst
include_regular_expression.rst
install.rst install: Support generator expressions in FILES and PROGRAMS mode 2014-02-21 17:05:26 -05:00
install_files.rst
install_programs.rst
install_targets.rst
link_directories.rst
link_libraries.rst
list.rst Help: Document macro argument caveats in more detail 2013-11-19 09:01:54 -05:00
load_cache.rst
load_command.rst Add policy CMP0031 to disallow load_command 2013-10-22 09:09:52 -04:00
macro.rst Help: Document macro argument caveats in more detail 2013-11-19 09:01:54 -05:00
make_directory.rst
mark_as_advanced.rst
math.rst
message.rst
option.rst
output_required_files.rst Add policy CMP0032 to disallow output_required_files 2013-10-22 09:09:52 -04:00
project.rst project: Manage VERSION variables 2014-01-29 09:45:18 -05:00
qt_wrap_cpp.rst
qt_wrap_ui.rst
remove.rst
remove_definitions.rst
return.rst
separate_arguments.rst
set.rst
set_directory_properties.rst
set_property.rst
set_source_files_properties.rst
set_target_properties.rst
set_tests_properties.rst
site_name.rst
source_group.rst Help: Format and clarify source_group() documentation (#14631) 2013-12-05 13:22:57 -05:00
string.rst cmStringCommand: Add GENEX_STRIP subcommand. 2014-03-31 23:18:44 +02:00
subdir_depends.rst Add policy CMP0029 to disallow subdir_depends 2013-10-22 09:09:51 -04:00
subdirs.rst
target_compile_definitions.rst Help: Mark up the buildsystem commands documentation 2014-02-06 16:15:53 -05:00
target_compile_features.rst Add target_compile_features command. 2014-04-07 18:11:18 +02:00
target_compile_options.rst Help: Mark up the buildsystem commands documentation 2014-02-06 16:15:53 -05:00
target_include_directories.rst Help: Mark up the buildsystem commands documentation 2014-02-06 16:15:53 -05:00
target_link_libraries.rst Help: Mark up the buildsystem commands documentation 2014-02-06 16:15:53 -05:00
target_sources.rst target_sources: New command to add sources to target. 2014-04-02 23:14:02 +02:00
try_compile.rst
try_run.rst
unset.rst
use_mangled_mesa.rst Add policy CMP0030 to disallow use_mangled_mesa 2013-10-22 09:09:51 -04:00
utility_source.rst Add policy CMP0034 to disallow utility_source 2013-10-22 09:09:52 -04:00
variable_requires.rst Add policy CMP0035 to disallow variable_requires 2013-10-22 09:09:52 -04:00
variable_watch.rst
while.rst
write_file.rst