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

13 lines
321 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(imu_ft imu_ft.cpp)
target_link_libraries(imu_ft PRIVATE
k4a::k4a
k4ainternal::utcommon
gtest::gtest
azure::aziotsharedutil)
k4a_add_tests(TARGET imu_ft HARDWARE_REQUIRED TEST_TYPE FUNCTIONAL)