summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMakePresets/GoodInheritanceMulti.cmake
blob: 6430f4d9de5c040cfb8d69888cfeafd2714494fb (plain)
1
2
3
4
5
6
7
8
9
10
include(${CMAKE_CURRENT_LIST_DIR}/TestVariable.cmake)

test_variable(CMAKE_BINARY_DIR "" "${CMAKE_SOURCE_DIR}/build")
test_variable(FIRST_VARIABLE "STRING" "First variable")
test_variable(SECOND_VARIABLE "STRING" "Second variable")
test_variable(OVERRIDDEN_VARIABLE "STRING" "Overridden variable")

test_environment_variable(FIRST_ENV "First environment variable")
test_environment_variable(SECOND_ENV "Second environment variable")
test_environment_variable(OVERRIDDEN_ENV "Overridden environment variable")