mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Add reflect submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -6,3 +6,6 @@
|
||||
[submodule "deps/phnt"]
|
||||
path = deps/phnt
|
||||
url = https://github.com/winsiderss/phnt.git
|
||||
[submodule "deps/reflect"]
|
||||
path = deps/reflect
|
||||
url = https://github.com/qlibs/reflect.git
|
||||
|
||||
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
@@ -16,6 +16,7 @@ target_link_libraries(emulator PRIVATE
|
||||
common
|
||||
unicorn
|
||||
phnt::phnt
|
||||
reflect
|
||||
)
|
||||
|
||||
set_property(GLOBAL PROPERTY VS_STARTUP_PROJECT emulator)
|
||||
|
||||
Reference in New Issue
Block a user