renaming to Thermion
This commit is contained in:
3
thermion_dart/native/web/replace_in_file.cmake
Normal file
3
thermion_dart/native/web/replace_in_file.cmake
Normal file
@@ -0,0 +1,3 @@
|
||||
file(READ ${INPUTFILE} INPUT_TEXT)
|
||||
string(REPLACE ${TO_REPLACE} ${REPLACEMENT} INPUT_TEXT "${INPUT_TEXT}")
|
||||
file(WRITE ${OUTPUTFILE} "${INPUT_TEXT}")
|
||||
Reference in New Issue
Block a user