Skip to content

Commit

Permalink
Added lots of new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Jul 25, 2018
1 parent f1ec6ea commit 48040a4
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 256 deletions.
7 changes: 3 additions & 4 deletions jtagsh/CMakeLists.txt
@@ -1,9 +1,8 @@
# CMake build script for jtagsh.

set(JTAGCLIENT_SOURCES main.cpp)

add_executable(jtagsh
${JTAGCLIENT_SOURCES})
target_link_libraries(jtagsh jtaghal asan editline)
main.cpp
commands.cpp)
target_link_libraries(jtagsh jtaghal asan edit)
install(TARGETS jtagsh RUNTIME DESTINATION /usr/bin)

0 comments on commit 48040a4

Please sign in to comment.