Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e9e94de9cb6661e5a7e16af7a448c1be6e1512cd
/
.
/
Tests
/
RunCMake
/
include
/
ParentVariableScript
/
include1.cmake
blob: 6e588ef4a042292d861ccc4650ed05368b900d1c [
file
] [
log
] [
blame
]
message
(
STATUS
"ParentVariableScript/include1\.cmake: '${CMAKE_PARENT_LIST_FILE}'"
)
include
(
"${CMAKE_CURRENT_LIST_DIR}/include2.cmake"
)
message
(
STATUS
"ParentVariableScript/include1\.cmake: '${CMAKE_PARENT_LIST_FILE}'"
)