index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
Syntax
/
Dollar.cmake
blob: 6b87064d5d4363322a0284e0303d609ee5022eb2 (
plain
)
1
2
3
4
set($ value) set(dollar $) message("-->${${dollar}}<--") message("-->${$}<--")