9 lines
244 B
CMake
9 lines
244 B
CMake
|
# 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)
|