Skip to content

Commit

Permalink
Fix Win32 library install
Browse files Browse the repository at this point in the history
The DLL on Windows is installed to the RUNTIME DESTINATION of
the target, so specify that path too.
  • Loading branch information
ferdnyc committed Jun 27, 2019
1 parent 9b27899 commit 1844e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/JuceLibraryCode/modules/
INSTALL(TARGETS openshot-audio
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT library )
RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR} )

################### DOCUMENTATION ###################
# Find Doxygen (used for documentation)
Expand Down

0 comments on commit 1844e5a

Please sign in to comment.