10 lines
147 B
CMake
10 lines
147 B
CMake
![]() |
#
|
||
|
# Copyright (C) 2023 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
#
|
||
|
|
||
|
if(NOT NEO_SKIP_L0_UNIT_TESTS)
|
||
|
add_subdirectory(unit_tests)
|
||
|
endif()
|