Skip to content

Commit

Permalink
Add definition for librade so it can be included in freedv-gui.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Sep 30, 2024
1 parent b37c4f2 commit f45b0e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ target_link_libraries(radae_tx Python3::Python Python3::NumPy)

add_executable(radae_rx radae_rx.c rade_api.c)
target_link_libraries(radae_rx Python3::Python Python3::NumPy)

add_library(rade SHARED rade_api.c)
target_link_libraries(rade Python3::Python Python3::NumPy)

0 comments on commit f45b0e1

Please sign in to comment.