mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 05:38:39 -05:00
Add non-intaller bundle windows install target
This commit is contained in:
parent
549b03bdc3
commit
3fff5e19fe
@ -730,6 +730,19 @@ IF(APPLE AND NOT BUNDLE_APP)
|
||||
|
||||
ENDIF ()
|
||||
|
||||
|
||||
IF (WIN32 AND NOT BUILD_INSTALLER)
|
||||
ADD_DEFINITIONS(
|
||||
-DRES_FOLDER="../share/cubicsdr/"
|
||||
)
|
||||
|
||||
INSTALL(TARGETS CubicSDR DESTINATION bin)
|
||||
install(FILES
|
||||
${CUBICSDR_RESOURCES}
|
||||
${PROJECT_SOURCE_DIR}/src/CubicSDR.png
|
||||
DESTINATION share/cubicsdr)
|
||||
ENDIF()
|
||||
|
||||
IF (WIN32 AND BUILD_INSTALLER)
|
||||
set(BUNDLE_SOAPY_MODS OFF CACHE BOOL "Bundle local SoapySDR modules")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user