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