implement attach and launch

This commit is contained in:
2025-11-17 08:07:40 -08:00
parent 8e1842d412
commit 22f031c268
12 changed files with 327 additions and 39 deletions

View File

@@ -3,8 +3,8 @@ target_link_libraries(edbg PRIVATE edbg::libedbg)
include(GNUInstallDirs)
install(
TARGETS edbg
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
TARGETS edbg
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
target_link_libraries(edbg PRIVATE edbg::libedbg PkgConfig::libedit)