mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
11 lines
261 B
CMake
11 lines
261 B
CMake
add_library(
|
|
gdbstub
|
|
STATIC
|
|
include/gdbstub/functions.h
|
|
include/gdbstub/state.h
|
|
src/gdb.cpp
|
|
)
|
|
|
|
target_include_directories(gdbstub PUBLIC include)
|
|
target_link_libraries(gdbstub PUBLIC cpu emuenv)
|
|
target_link_libraries(gdbstub PRIVATE kernel)
|