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"
|
|
)
|