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

8 lines
199 B
CMake

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
add_executable(fastpointcloud
main.cpp)
target_link_libraries(fastpointcloud PRIVATE
k4a::k4a)