mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Fix sdrbench compilation on Windows
This commit is contained in:
parent
2973eff337
commit
c3a1c8db0e
@ -11,6 +11,7 @@ set(sdrbench_SOURCES
|
||||
test_ft8.cpp
|
||||
test_callsign.cpp
|
||||
test_ft8protocols.cpp
|
||||
../ft8/pack0.cpp
|
||||
)
|
||||
|
||||
set(sdrbench_HEADERS
|
||||
@ -24,6 +25,7 @@ add_library(sdrbench SHARED
|
||||
|
||||
include_directories(
|
||||
${FFTW3F_INCLUDE_DIRS}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/exports
|
||||
${CMAKE_SOURCE_DIR}/sdrbase
|
||||
${CMAKE_SOURCE_DIR}/logging
|
||||
@ -31,6 +33,7 @@ include_directories(
|
||||
)
|
||||
|
||||
target_link_libraries(sdrbench
|
||||
Boost::disable_autolinking
|
||||
${FFTW3F_LIBRARIES}
|
||||
Qt::Core
|
||||
Qt::Gui
|
||||
|
Loading…
Reference in New Issue
Block a user