Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
IncludeWhatYouUse
/
C-error.cmake
blob: d5230bbf8c4057d4277494b568fc4a3d49178c03 [
file
] [
log
] [
blame
] [
edit
]
enable_language
(
C
)
set
(
CMAKE_C_INCLUDE_WHAT_YOU_USE
"${PSEUDO_IWYU}"
-
Xiwyu
--
error
)
add_executable
(
main main
.
c
)