소스 검색

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 년 전
부모
커밋
733dcad116
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)