kinect/codes/Azure-Kinect-Sensor-SDK/examples/streaming/CMakeLists.txt

6 lines
198 B
CMake
Raw Permalink Normal View History

2024-03-06 18:05:53 +00:00
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
add_executable(streaming_samples main.c)
target_link_libraries(streaming_samples PRIVATE k4a::k4a
)