Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
18d3733b540caea46a9ef3cb0cd243dbba3bb155
/
.
/
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}'"
)