6 lines
86 B
CMake
6 lines
86 B
CMake
|
|
file(GENERATE
|
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/output_file.txt
|
|
CONTENT "123"
|
|
)
|