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