Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
RunCMake
/
CheckSourceCompiles
/
NonExistentLanguage.cmake
blob: fc7de06979dadd62d2aad87df362dc2eb240a325 [
file
] [
log
] [
blame
]
include
(
CheckSourceCompiles
)
check_source_compiles
(
FAKE_LANG
"int main() {return 0;}"
SHOULD_BUILD
)