mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-16 13:22:41 +00:00
6c655321e6
Signed-off-by: swurl <swurl@swurl.xyz>
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")
|