mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
42e1cd137c
No policy is used to control this behavior for now.
6 lines
58 B
CMake
6 lines
58 B
CMake
|
|
file(GENERATE
|
|
OUTPUT output_file.txt
|
|
CONTENT "123"
|
|
)
|