mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
12 lines
253 B
CMake
12 lines
253 B
CMake
set(UNICORN_ARCH "x86" CACHE STRING "")
|
|
|
|
add_subdirectory(unicorn)
|
|
add_subdirectory(phnt)
|
|
|
|
##########################################
|
|
|
|
add_library(reflect INTERFACE)
|
|
target_include_directories(reflect INTERFACE
|
|
"${CMAKE_CURRENT_LIST_DIR}/reflect"
|
|
)
|