mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
4 lines
220 B
CMake
4 lines
220 B
CMake
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}'")
|