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