mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 15:10:00 +01:00
4 lines
202 B
CMake
4 lines
202 B
CMake
string(TOUPPER "${arch}" arch)
|
|
file(READ "${input_file}" f_contents)
|
|
file(WRITE "${output_file}" "#include <mcl/macro/architecture.hpp>\n#if defined(MCL_ARCHITECTURE_${arch})\n${f_contents}\n#endif\n")
|