mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-20 02:41:01 -05:00
3 lines
70 B
CMake
3 lines
70 B
CMake
cmake_language(EVAL CODE "set(phrase \"WORKS!\")")
|
|
message(${phrase})
|