mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
SoapySDR support: Debian build fixes (2)
This commit is contained in:
parent
5ad4b1f3da
commit
e5c4c55d6f
@ -72,6 +72,20 @@ option(CMAKE_INSTALL_RPATH_USE_LINK_PATH "build with automatic rpath" TRUE)
|
||||
|
||||
########################################################################
|
||||
|
||||
list(APPEND SOAPY_SDR_SOURCES ${CMAKE_CURRENT_BINARY_DIR}/Modules.cpp)
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/Modules.in.cpp
|
||||
${CMAKE_CURRENT_BINARY_DIR}/Modules.cpp
|
||||
@ONLY)
|
||||
|
||||
list(APPEND SOAPY_SDR_SOURCES ${CMAKE_CURRENT_BINARY_DIR}/Version.cpp)
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/Version.in.cpp
|
||||
${CMAKE_CURRENT_BINARY_DIR}/Version.cpp
|
||||
@ONLY)
|
||||
|
||||
########################################################################
|
||||
|
||||
file(GLOB soapysdr_SOURCES
|
||||
${LIBSOAPYSDRSRC}/lib/*.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user