Skip to content

Commit

Permalink
Move dds_video into dds subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsharp committed Feb 24, 2025
1 parent a7ad11c commit 0e5ce70
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 5 deletions.
5 changes: 1 addition & 4 deletions applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ add_holohub_application(colonoscopy_segmentation DEPENDS OPERATORS aja_source)

add_holohub_application(cvcuda_basic DEPENDS OPERATORS cvcuda_holoscan_interop)

add_holohub_application(dds_video DEPENDS
OPERATORS dds_shapes_subscriber
dds_video_publisher
dds_video_subscriber)
add_subdirectory(dds)

add_holohub_application(deltacast_transmitter DEPENDS
OPERATORS deltacast_videomaster
Expand Down
23 changes: 23 additions & 0 deletions applications/dds/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.20)
project(distributed_applications LANGUAGES NONE)


add_holohub_application(dds_video DEPENDS
OPERATORS dds_shapes_subscriber
dds_video_publisher
dds_video_subscriber)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ ENV HOLOSCAN_INPUT_PATH=/workspace/holohub/data

COPY rti_license.dat /opt/rti.com/rti_license.dat

COPY applications/dds_video/bootstrap.sh /opt/rti.com/bootstrap.sh
COPY applications/dds/dds_video/bootstrap.sh /opt/rti.com/bootstrap.sh

ENTRYPOINT ["/bin/bash", "-c", "/opt/rti.com/bootstrap.sh"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e5ce70

Please sign in to comment.