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