Skip to content

Commit

Permalink
Update binaries to be installed list (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
adminy authored Apr 20, 2024
1 parent 09155d2 commit ee6ab38
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,17 @@ add_executable(byte-stat src/byte-stat.c)
# Install executables
########################################################################
install(TARGETS tx_sdr DESTINATION bin)
install(TARGETS pulse_gen DESTINATION bin)
install(TARGETS code_gen DESTINATION bin)
install(TARGETS code_dump DESTINATION bin)
install(TARGETS example_gen DESTINATION bin)
install(TARGETS fast_osc_tests DESTINATION bin)
install(TARGETS encode_ascii DESTINATION bin)
install(TARGETS encode_hex DESTINATION bin)
install(TARGETS encode_dmc DESTINATION bin)
install(TARGETS encode_mc DESTINATION bin)
install(TARGETS encode_imc DESTINATION bin)
install(TARGETS byte-stat DESTINATION bin)

########################################################################
# Build tests with analyzer
Expand Down

0 comments on commit ee6ab38

Please sign in to comment.