Skip to content

Commit

Permalink
Added libasan to jtagclient
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Jul 18, 2018
1 parent a7f08a4 commit fa45080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jtagclient/CMakeLists.txt
Expand Up @@ -2,8 +2,8 @@

set(JTAGCLIENT_SOURCES main.cpp)

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

0 comments on commit fa45080

Please sign in to comment.