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