mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00:00
e0890d03a4
Add properties and variables corresponding to CXX equivalents. Add features for c_function_prototypes (C90), c_restrict (C99), c_variadic_macros (C99) and c_static_assert (C11). This feature set can be extended later. Add a <PREFIX>_RESTRICT symbol define to WriteCompilerDetectionHeader to conditionally represent the c_restrict feature.
14 lines
329 B
CMake
14 lines
329 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(not_enough_args)
|
|
run_cmake(alias_target)
|
|
run_cmake(utility_target)
|
|
run_cmake(invalid_args)
|
|
run_cmake(invalid_args_on_interface)
|
|
run_cmake(imported_target)
|
|
run_cmake(no_target)
|
|
run_cmake(not_a_cxx_feature)
|
|
run_cmake(no_matching_cxx_feature)
|
|
run_cmake(not_a_c_feature)
|
|
run_cmake(no_matching_c_feature)
|