3 lines
103 B
CMake
3 lines
103 B
CMake
file(READ "src/fsdata.c" CONTENT)
|
|
file(WRITE "src/fsdata.c" "#include \"lwip/apps/fs.h\"\n${CONTENT}")
|