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

9 lines
244 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.
# define the k4a_add_test function which is used for registering tests
include(k4aTest)
add_subdirectory(FunctionalTest)
add_subdirectory(UnitTest)