mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-02 20:44:30 +00:00
9e1840e974
Now that the vixl dependency is gone, this gets moved to FHU since the frontend is going to need it for a microjit.
3 lines
87 B
CMake
3 lines
87 B
CMake
add_library(CodeEmitter INTERFACE)
|
|
target_include_directories(CodeEmitter INTERFACE .)
|