mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Remove mini-gdbstub dependency
This commit is contained in:
1
deps/CMakeLists.txt
vendored
1
deps/CMakeLists.txt
vendored
@@ -11,6 +11,5 @@ target_include_directories(reflect INTERFACE
|
||||
|
||||
##########################################
|
||||
|
||||
include(mini-gdbstub.cmake)
|
||||
include(googletest.cmake)
|
||||
include(zlib.cmake)
|
||||
|
||||
1
deps/mini-gdbstub
vendored
1
deps/mini-gdbstub
vendored
Submodule deps/mini-gdbstub deleted from 632ebd3892
11
deps/mini-gdbstub.cmake
vendored
11
deps/mini-gdbstub.cmake
vendored
@@ -1,11 +0,0 @@
|
||||
file(GLOB_RECURSE SRC_FILES CONFIGURE_DEPENDS
|
||||
mini-gdbstub/lib/*.c
|
||||
)
|
||||
|
||||
list(SORT SRC_FILES)
|
||||
|
||||
add_library(mini-gdbstub ${SRC_FILES})
|
||||
|
||||
target_include_directories(mini-gdbstub PUBLIC
|
||||
"${CMAKE_CURRENT_LIST_DIR}/mini-gdbstub/include"
|
||||
)
|
||||
@@ -14,7 +14,6 @@ target_precompile_headers(windows-emulator PRIVATE std_include.hpp)
|
||||
|
||||
target_link_libraries(windows-emulator PRIVATE
|
||||
unicorn-emulator
|
||||
mini-gdbstub
|
||||
)
|
||||
|
||||
target_link_libraries(windows-emulator PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user