Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
PrintHelpers
/
Variables.cmake
blob: 88f5ad18579a93c10e0f007a3986e4b3ad003e17 [
file
] [
log
] [
blame
] [
edit
]
set
(
source_dir
"src"
)
set
(
binary_dir
"build"
)
include
(
CMakePrintHelpers
)
cmake_print_variables
(
source_dir binary_dir
)