Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e107fd0713c93f8b7d5be54552b51b1632b34f8c
/
.
/
Tests
/
RunCMake
/
CheckSourceCompiles
/
UnknownArgument.cmake
blob: 3b861da7f394b8697b5f3a5e9a23c1f461233a1d [
file
] [
log
] [
blame
]
enable_language
(
C
)
include
(
CheckSourceCompiles
)
check_source_compiles
(
C
"int main() {return 0;}"
SHOULD_BUILD SRC_EXT C BAD
)