Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fc18e519709f00a24a54a20453fa7a3bd2ea2d6c
/
.
/
Tests
/
RunCMake
/
IncludeWhatYouUse
/
C-error.cmake
blob: d5230bbf8c4057d4277494b568fc4a3d49178c03 [
file
]
enable_language
(
C
)
set
(
CMAKE_C_INCLUDE_WHAT_YOU_USE
"${PSEUDO_IWYU}"
-
Xiwyu
--
error
)
add_executable
(
main main
.
c
)