Bundle mod folder update

This commit is contained in:
Charles J. Cliffe 2017-01-02 01:37:22 -05:00
parent 3cfb0154af
commit 591610062a
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ IF (WIN32 AND BUILD_INSTALLER)
ENDIF()
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_MODS: ${SOAPY_MODS}")
install(FILES ${SOAPY_BINS} DESTINATION .)