mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
6 lines
220 B
CMake
6 lines
220 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/TestVariable.cmake)
|
|
|
|
test_variable(FIRST_CACHE_VARIABLE "BOOL" "OFF")
|
|
test_variable(SECOND_CACHE_VARIABLE "UNINITIALIZED" "ON")
|
|
test_environment_variable(MY_ENVIRONMENT_VARIABLE "Test")
|