Skip to content

Commit

Permalink
Initial version of jtagsh
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Jul 24, 2018
1 parent 8b160a8 commit f1ec6ea
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jtagsh/CMakeLists.txt
@@ -0,0 +1,9 @@
# CMake build script for jtagsh.

set(JTAGCLIENT_SOURCES main.cpp)

add_executable(jtagsh
${JTAGCLIENT_SOURCES})
target_link_libraries(jtagsh jtaghal asan editline)
install(TARGETS jtagsh RUNTIME DESTINATION /usr/bin)

0 comments on commit f1ec6ea

Please sign in to comment.