mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
6 lines
58 B
CMake
6 lines
58 B
CMake
|
|
file(GENERATE
|
|
OUTPUT output_file.txt
|
|
CONTENT "123"
|
|
)
|