Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
RunCMake
/
CommandLine
/
trace-source.cmake
blob: 5ac2d9defb6f702928cd3431d300260210d36c05 [
file
]
message
(
STATUS
"before include()"
)
include
(
"trace-only-this-file.cmake"
)
message
(
STATUS
"after include()"
)