mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 02:48:31 +01:00
MacOS SDRPlay
This commit is contained in:
parent
51d084c20e
commit
124f3368d4
@ -29,6 +29,7 @@ else (MSVC)
|
|||||||
# Include it because for some reason pkgconfig doesn't look here?
|
# Include it because for some reason pkgconfig doesn't look here?
|
||||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
target_include_directories(sdrplay_source PUBLIC "/usr/local/include")
|
target_include_directories(sdrplay_source PUBLIC "/usr/local/include")
|
||||||
|
target_link_directories(sdrplay_source PUBLIC "/usr/local/lib/")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(sdrplay_source PRIVATE sdrplay_api)
|
target_link_libraries(sdrplay_source PRIVATE sdrplay_api)
|
||||||
|
Loading…
Reference in New Issue
Block a user