1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-09 08:55:35 +02:00
gbe_fork/cmake/share/cmake-3.30/Modules/Compiler/MSVC-C-FeatureTests.cmake
2024-08-19 00:33:31 +02:00

7 lines
310 B
CMake

set(_cmake_oldestSupported "_MSC_VER >= 1600")
set(_cmake_feature_test_c_restrict "_MSC_VER >= 1927")
set(_cmake_feature_test_c_static_assert "_MSC_VER >= 1928")
set(_cmake_feature_test_c_variadic_macros "${_cmake_oldestSupported}")
set(_cmake_feature_test_c_function_prototypes "${_cmake_oldestSupported}")