Explorar o código

Add runtime to install target (#1166)

Otherwise, using a shared build, the dll will be left out during install
step on Windows.
Maurice Kalinowski %!s(int64=7) %!d(string=hai) anos
pai
achega
733dcad116
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -615,6 +615,7 @@ install(TARGETS open62541
         EXPORT open62541Targets
         LIBRARY DESTINATION lib
         ARCHIVE DESTINATION lib
+        RUNTIME DESTINATION bin
         INCLUDES DESTINATION include/open62541 ${open62541_deps_dir})
 
 include(CMakePackageConfigHelpers)