13 lines
311 B
CMake
13 lines
311 B
CMake
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
|
|
# Unit tests
|
|
add_subdirectory(allocator_ut)
|
|
add_subdirectory(depthmcu_ut)
|
|
add_subdirectory(dynlib_ut)
|
|
add_subdirectory(handle_ut)
|
|
add_subdirectory(queue_ut)
|
|
|
|
# Libraries used by Unit Tests
|
|
add_subdirectory(utcommon)
|