FEX/CodeEmitter/CMakeLists.txt
Ryan Houdek 9e1840e974
FEXCore: Moves CodeEmitter to FHU
Now that the vixl dependency is gone, this gets moved to FHU since the
frontend is going to need it for a microjit.
2024-05-13 12:48:10 -07:00

3 lines
87 B
CMake

add_library(CodeEmitter INTERFACE)
target_include_directories(CodeEmitter INTERFACE .)