You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2021/11/09 18:08:24 UTC

[GitHub] [celix] pnoltes commented on a change in pull request #371: Feature/remove psa versions v1

pnoltes commented on a change in pull request #371:
URL: https://github.com/apache/celix/pull/371#discussion_r745880231



##########
File path: bundles/pubsub/pubsub_admin_websocket/CMakeLists.txt
##########
@@ -18,9 +18,34 @@
 find_package(Jansson REQUIRED)
 find_package(UUID REQUIRED)
 
+add_celix_bundle(celix_pubsub_admin_websocket
+    BUNDLE_SYMBOLICNAME "apache_celix_pubsub_admin_websocket"
+    VERSION "2.0.0"
+    GROUP "Celix/PubSub"
+    SOURCES
+        src/psa_activator.c
+        src/pubsub_websocket_admin.c
+        src/pubsub_websocket_topic_sender.c
+        src/pubsub_websocket_topic_receiver.c
+        src/pubsub_websocket_common.c
+)
+
+target_link_libraries(celix_pubsub_admin_websocket PRIVATE
+        Celix::framework Celix::log_helper Celix::utils
+        Celix::http_admin_api
+)
+target_link_libraries(celix_pubsub_admin_websocket PRIVATE Celix::pubsub_spi Celix::pubsub_utils)
+target_link_libraries(celix_pubsub_admin_websocket PRIVATE Celix::shell_api)
+target_include_directories(celix_pubsub_admin_websocket PRIVATE src)
+
+install_celix_bundle(celix_pubsub_admin_websocket EXPORT celix COMPONENT pubsub)
+add_library(Celix::celix_pubsub_admin_websocket ALIAS celix_pubsub_admin_websocket)
+
+
+#Tmp psa websocket _v2 target

Review comment:
       No, I removed this.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org