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