We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dd9f4 commit 029303eCopy full SHA for 029303e
CMakeLists.txt
@@ -42,3 +42,5 @@ if(WIN32)
42
endif()
43
44
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