kinect/codes/Azure-Kinect-Sensor-SDK/tools/deversion/CMakeLists.txt

8 lines
194 B
CMake
Raw 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(deversion main.c)
target_link_libraries(deversion PRIVATE
k4ainternal::dynlib)