Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NoSupportedCFeatures.cmake
blob: 3624d4b9fd7499109d72b1cc2bf3101d911c2064 [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_library
(
no_features empty
.
c
)
target_compile_features
(
no_features PRIVATE c_static_assert
)