mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
6 lines
102 B
CMake
6 lines
102 B
CMake
add_subdirectory(unicorn-emulator)
|
|
|
|
if (MOMO_ENABLE_RUST)
|
|
add_subdirectory(icicle-emulator)
|
|
endif()
|