Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
NinjaMultiConfig
/
CompileCommands.cmake
blob: eeb3c9acc113fb04d1fb5e062cd1ebb8c590cdf1 [
file
] [
log
] [
blame
] [
edit
]
set
(
CMAKE_INTERMEDIATE_DIR_STRATEGY FULL CACHE STRING
""
FORCE
)
enable_language
(
C
)
add_executable
(
exe main
.
c
)