aviks commited on
Commit
4bc14b2
·
unverified ·
1 Parent(s): 8dfec0c

cmake : add runtime destination install (#345)

Browse files

needed for mingw32 build to successfully install the dlls in the correct location

Files changed (1) hide show
  1. CMakeLists.txt +1 -0
CMakeLists.txt CHANGED
@@ -223,6 +223,7 @@ target_compile_definitions(${TARGET} PUBLIC
223
  install(TARGETS ${TARGET}
224
  LIBRARY DESTINATION lib
225
  ARCHIVE DESTINATION lib/static
 
226
  )
227
 
228
  #
 
223
  install(TARGETS ${TARGET}
224
  LIBRARY DESTINATION lib
225
  ARCHIVE DESTINATION lib/static
226
+ RUNTIME DESTINATION bin
227
  )
228
 
229
  #