Change PUBLIC by INTERFACE since we only need headers

This commit is contained in:
Carles Fernandez 2021-10-11 16:10:58 +02:00
parent 93e4af110e
commit 1b6b8ee268
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ else()
endif()
target_link_libraries(acquisition_libs
PUBLIC
INTERFACE
Gnuradio::runtime
PRIVATE
Gflags::gflags