blob: cfc93be55f7e256930fc079aa032e31d2362dda1 (
plain)
1
2
3
4
5
6
|
include(${CMAKE_CURRENT_LIST_DIR}/TestVariable.cmake)
test_variable(CMAKE_BINARY_DIR "" "${CMAKE_SOURCE_DIR}/build")
test_variable(TEST_VARIABLE "STRING" "Some string")
test_environment_variable(TEST_ENV "Some environment variable")
|