mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 02:48:31 +01:00
Fixed build issues 2
This commit is contained in:
parent
d7cea16d4a
commit
720df5ce89
@ -23,7 +23,7 @@ else (MSVC)
|
|||||||
|
|
||||||
pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0)
|
pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0)
|
||||||
|
|
||||||
target_include_directories(sdrpp_core ${PORTAUDIO_INCLUDE_DIRS})
|
target_include_directories(sdrpp_core PUBLIC ${PORTAUDIO_INCLUDE_DIRS})
|
||||||
|
|
||||||
target_link_directories(sdrpp_core PUBLIC ${PORTAUDIO_LIBRARY_DIRS})
|
target_link_directories(sdrpp_core PUBLIC ${PORTAUDIO_LIBRARY_DIRS})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user