mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 12:43:57 +00:00
6 lines
107 B
CMake
6 lines
107 B
CMake
add_subdirectory(unicorn-emulator)
|
|
|
|
if (MOMO_ENABLE_RUST_CODE)
|
|
add_subdirectory(icicle-emulator)
|
|
endif()
|