mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05:00
Bundle mod folder update
This commit is contained in:
parent
3cfb0154af
commit
591610062a
@ -934,7 +934,7 @@ IF (WIN32 AND BUILD_INSTALLER)
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
file(GLOB SOAPY_BINS ${SOAPY_SDR_ROOT}/bin/*.dll)
|
file(GLOB SOAPY_BINS ${SOAPY_SDR_ROOT}/bin/*.dll)
|
||||||
file(GLOB SOAPY_MODS ${SOAPY_SDR_ROOT}/lib/SoapySDR/modules/*.dll)
|
file(GLOB SOAPY_MODS ${SOAPY_SDR_ROOT}/lib/SoapySDR/modules${SOAPY_SDR_ABI_VERSION}/*.dll)
|
||||||
message(STATUS "SOAPY_BINS: ${SOAPY_BINS}")
|
message(STATUS "SOAPY_BINS: ${SOAPY_BINS}")
|
||||||
message(STATUS "SOAPY_MODS: ${SOAPY_MODS}")
|
message(STATUS "SOAPY_MODS: ${SOAPY_MODS}")
|
||||||
install(FILES ${SOAPY_BINS} DESTINATION .)
|
install(FILES ${SOAPY_BINS} DESTINATION .)
|
||||||
|
Loading…
Reference in New Issue
Block a user