Skip to content

Commit 54963a8

Browse files
authored
Fix missing library installation as runtime component
Fixed missing library instalation as runtime component
2 parents d6dd9f4 + 029303e commit 54963a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ if(WIN32)
4242
endif()
4343

4444
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/src/config.h" "${CMAKE_CURRENT_BINARY_DIR}/src/modbus-version.h" DESTINATION "include")
45+
46+
install(TARGETS libmodbus COMPONENT runtime)

0 commit comments

Comments
 (0)