mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-10 11:05:22 +02:00
Fixed OS EventHandler compilation issue
This commit is contained in:
@ -24,7 +24,7 @@ if (MSVC)
|
||||
target_link_libraries(bladerf_source PUBLIC bladeRF)
|
||||
else (MSVC)
|
||||
# Not in pkg-config
|
||||
target_link_libraries(bladerf_source PUBLIC libbladeRF)
|
||||
target_link_libraries(bladerf_source PUBLIC bladeRF)
|
||||
endif ()
|
||||
|
||||
# Install directives
|
||||
|
Reference in New Issue
Block a user