File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -119,21 +119,22 @@ create_source_tree(${includes} ${sources})
119
119
120
120
set (TCP_PUBSUB_INSTALL_CMAKE_DIR "lib/cmake/tcp_pubsub" )
121
121
122
- # Install Runtime
123
- install (
124
- TARGETS ${PROJECT_NAME}
125
- EXPORT tcp_pubsubRuntime
126
- RUNTIME DESTINATION "bin"
127
- COMPONENT tcp_pubsub_runtime
128
- )
129
-
130
- # Install libs (-> dev package)
122
+ # Install Runtime & Libs
131
123
install (
132
124
TARGETS ${PROJECT_NAME}
133
125
EXPORT tcp_pubsubTargets
134
- LIBRARY DESTINATION "lib"
135
- ARCHIVE DESTINATION "lib"
136
- COMPONENT tcp_pubsub_dev
126
+
127
+ RUNTIME
128
+ DESTINATION "bin"
129
+ COMPONENT tcp_pubsub_runtime
130
+
131
+ LIBRARY
132
+ DESTINATION "lib"
133
+ COMPONENT tcp_pubsub_runtime
134
+
135
+ ARCHIVE
136
+ DESTINATION "lib"
137
+ COMPONENT tcp_pubsub_dev
137
138
)
138
139
139
140
# Install public header files (-> dev package)
Original file line number Diff line number Diff line change 1
1
set (TCP_PUBSUB_VERSION_MAJOR 1 )
2
2
set (TCP_PUBSUB_VERSION_MINOR 0 )
3
- set (TCP_PUBSUB_VERSION_PATCH 2 )
3
+ set (TCP_PUBSUB_VERSION_PATCH 3 )
You can’t perform that action at this time.
0 commit comments