Ver código fonte

Add runtime to install target (#1166)

Otherwise, using a shared build, the dll will be left out during install
step on Windows.
Maurice Kalinowski 7 anos atrás
pai
commit
733dcad116
1 arquivos alterados com 1 adições e 0 exclusões
  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)