mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 18:38:30 +01:00
Fixed SDRplay source of OSX
This commit is contained in:
parent
5f84ecc4de
commit
24892c854e
@ -26,6 +26,11 @@ if (MSVC)
|
||||
else (MSVC)
|
||||
find_package(PkgConfig)
|
||||
|
||||
# Include it because for some reason pkgconfig doesn't look here?
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
target_include_directories(sdrplay_source PUBLIC "/usr/local/include")
|
||||
endif()
|
||||
|
||||
target_link_libraries(sdrplay_source PRIVATE sdrplay_api)
|
||||
endif ()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user