Skip to content

Commit

Permalink
win build: copy libfftw3-3.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed May 22, 2019
1 parent 6a8001c commit 9f38e8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,11 @@ ELSE()
INSTALL(FILES Info.plist
DESTINATION GMIC.ofx.bundle/Contents
)

IF("${OFX_ARCH_NAME}" EQUAL "Win32" OR "${OFX_ARCH_NAME}" EQUAL "Win64")
INSTALL(FILES libfftw3-3.dll
DESTINATION GMIC.ofx.bundle/Contents/${OFX_ARCH_NAME}
)
ENDIF()

ENDIF()

0 comments on commit 9f38e8c

Please sign in to comment.