Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
422c1de564cec5689de052d5eb0c2ddd7065833c
/
.
/
Tests
/
RunCMake
/
CheckSourceRuns
/
NotEnabledLanguage.cmake
blob: e16cec2cbaa739d70e7e649fee433ce9f8322ae8 [
file
]
include
(
CheckSourceRuns
)
check_source_runs
(
C
"int main() {return 0;}"
SHOULD_BUILD
)