mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-26 19:24:55 +00:00
6 lines
58 B
CMake
6 lines
58 B
CMake
|
|
file(GENERATE
|
|
OUTPUT output_file.txt
|
|
CONTENT "123"
|
|
)
|