Skip to content

Commit

Permalink
updare cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
paulh002 committed May 20, 2023
1 parent 2e086cd commit 73f2e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ target_compile_definitions(SoapyHifiBerrySDR PRIVATE __LINUX_ALSA__)
target_compile_options(SoapyHifiBerrySDR PRIVATE -O3 -ggdb )
set_property(TARGET SoapyHifiBerrySDR PROPERTY CXX_STANDARD 17)
target_link_libraries(SoapyHifiBerrySDR "${LIBRARIES_FROM_REFERENCES}")
install(TARGETS SoapyHifiBerrySDR DESTINATION /usr/local/lib/arm-linux-gnueabihf/SoapySDR/modules0.8-2/)
install(TARGETS SoapyHifiBerrySDR DESTINATION lib)

0 comments on commit 73f2e27

Please sign in to comment.