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