CMake/Tests/RunCMake/target_compile_features
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
..
CMakeLists.txt
RunCMakeTest.cmake
alias_target-result.txt
alias_target-stderr.txt
alias_target.cmake
empty.cpp
imported_target-result.txt
imported_target-stderr.txt
imported_target.cmake
invalid_args-result.txt
invalid_args-stderr.txt
invalid_args.cmake
invalid_args_on_interface-result.txt
invalid_args_on_interface-stderr.txt
invalid_args_on_interface.cmake
no_matching_cxx_feature-result.txt
no_matching_cxx_feature-stderr.txt
no_matching_cxx_feature.cmake
no_target-result.txt
no_target-stderr.txt
no_target.cmake
not_a_cxx_feature-result.txt
not_a_cxx_feature-stderr.txt
not_a_cxx_feature.cmake
not_enough_args-result.txt
not_enough_args-stderr.txt
not_enough_args.cmake
utility_target-result.txt
utility_target-stderr.txt
utility_target.cmake