mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 03:32:18 -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}'")
|