Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
RunCMake
/
ExportCompileCommands
/
BeforeProject.cmake
blob: b8cbdefca763c701c32c59e46031df151da3faf3 [
file
]
enable_language
(
C
)
add_library
(
empty STATIC empty
.
c
)
message
(
STATUS
"CMAKE_EXPORT_COMPILE_COMMANDS='${CMAKE_EXPORT_COMPILE_COMMANDS}'"
)