mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-15 11:10:19 -06:00
4 lines
205 B
CMake
4 lines
205 B
CMake
message(STATUS "ParentVariableRoot/include1.cmake: '${CMAKE_PARENT_LIST_FILE}'")
|
|
include(ParentVariableRoot/include2.cmake)
|
|
message(STATUS "ParentVariableRoot/include1.cmake: '${CMAKE_PARENT_LIST_FILE}'")
|