cmake/Tests/RunCMake/File_Generate/WriteIfDifferent.cmake

6 lines
86 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
file(GENERATE
2018-01-26 17:06:56 +01:00
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/output_file.txt
2015-04-27 22:25:09 +02:00
CONTENT "123"
)