Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
636df833809a1e51f7dd146fc8ea29adc77fe50d
/
.
/
Tests
/
RunCMake
/
CheckSourceCompiles
/
NotEnabledLanguage.cmake
blob: dec0db363de3035c21d4a8378605dd6f7a655a0e [
file
]
include
(
CheckSourceCompiles
)
check_source_compiles
(
C
"int main() {return 0;}"
SHOULD_BUILD
)