mirror of
https://github.com/momo5502/emulator.git
synced 2026-02-01 00:41:02 +00:00
Extract windows-gdb-stub
This commit is contained in:
@@ -15,7 +15,7 @@ target_precompile_headers(analyzer PRIVATE std_include.hpp)
|
||||
target_link_libraries(analyzer PRIVATE
|
||||
reflect
|
||||
windows-emulator
|
||||
gdb-stub
|
||||
windows-gdb-stub
|
||||
)
|
||||
|
||||
set_property(GLOBAL PROPERTY VS_STARTUP_PROJECT analyzer)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "std_include.hpp"
|
||||
|
||||
#include <windows_emulator.hpp>
|
||||
#include <debugging/win_x64_gdb_stub_handler.hpp>
|
||||
#include <win_x64_gdb_stub_handler.hpp>
|
||||
|
||||
#include "object_watching.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user