mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 23:41:03 +00:00
Add reflect submodule
This commit is contained in:
8
deps/CMakeLists.txt
vendored
8
deps/CMakeLists.txt
vendored
@@ -1,7 +1,11 @@
|
||||
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"
|
||||
)
|
||||
|
||||
1
deps/reflect
vendored
Submodule
1
deps/reflect
vendored
Submodule
Submodule deps/reflect added at 2129a1a551
Reference in New Issue
Block a user