6 lines
58 B
CMake
6 lines
58 B
CMake
|
|
||
|
file(GENERATE
|
||
|
OUTPUT output_file.txt
|
||
|
CONTENT "123"
|
||
|
)
|