Skip to content

Commit

Permalink
Merge pull request #383 from xor-gate/cmake-add-st-info
Browse files Browse the repository at this point in the history
Add st-info to CMakeLists.txt
  • Loading branch information
texane committed Mar 11, 2016
2 parents 5df03b2 + 61b41b0 commit adbb6d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ add_executable(st-util gdbserver/gdb-remote.c
gdbserver/gdb-server.h)
target_link_libraries(st-util stlink)

install(TARGETS stlink st-flash st-util
add_executable(st-info src/st-info.c)
target_link_libraries(st-info stlink)

install(TARGETS stlink st-flash st-util st-info
RUNTIME DESTINATION bin
ARCHIVE DESTINATION lib)

Expand Down

0 comments on commit adbb6d2

Please sign in to comment.