Add reflect submodule

This commit is contained in:
momo5502
2024-08-20 12:45:40 +02:00
parent a0b453deb8
commit 494c562499
4 changed files with 11 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ target_link_libraries(emulator PRIVATE
common
unicorn
phnt::phnt
reflect
)
set_property(GLOBAL PROPERTY VS_STARTUP_PROJECT emulator)