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



##########
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:
       is this still needed (the `Tmp` suggests otherwise) ?




-- 
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-unsubscr...@celix.apache.org

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


Reply via email to