WriteIfDifferent.cmake 86 B

12345
  1. file(GENERATE
  2. OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/output_file.txt
  3. CONTENT "123"
  4. )