ReRunCMake.cmake 95 B

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