cmake/Tests/RunCMake/PrintHelpers/Variables.cmake

7 lines
120 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
set(source_dir "src")
set(binary_dir "build")
include(CMakePrintHelpers)
cmake_print_variables(source_dir binary_dir)