kinect/codes/Azure-Kinect-Sensor-SDK/tests/Calibration/CMakeLists.txt

13 lines
341 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(calibration_ut calibration.cpp)
target_link_libraries(calibration_ut PRIVATE
azure::aziotsharedutil
gtest::gtest
k4ainternal::calibration
k4ainternal::utcommon)
k4a_add_tests(TARGET calibration_ut TEST_TYPE UNIT)