Skip to content

Commit

Permalink
Fix windows installer font path
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcliffe committed Jul 11, 2016
1 parent 4783ae5 commit 6b505dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Expand Up @@ -862,11 +862,14 @@ IF (WIN32 AND BUILD_INSTALLER)
install(TARGETS CubicSDR RUNTIME DESTINATION .)

install(FILES
${CUBICSDR_FONTS}
${PROJECT_SOURCE_DIR}/icon/CubicSDR.ico
${LIQUID_DLL}
DESTINATION .)

install(FILES
${CUBICSDR_FONTS}
DESTINATION fonts)

IF(USE_HAMLIB)
FOREACH(HAMLIB_DLL ${HAMLIB_DLLS})
message(STATUS "Copying Hamlib DLL: ${HAMLIB_DLL}")
Expand Down

0 comments on commit 6b505dc

Please sign in to comment.