Skip to content

Commit

Permalink
Cmake: Fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
cozycactus committed Sep 15, 2023
1 parent 62eebda commit f6bd641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ add_library(libgetopt_static STATIC
getopt/getopt.c
)
target_link_libraries(convenience_static
rtlsdr
rx888
)
endif()

Expand Down

0 comments on commit f6bd641

Please sign in to comment.