13 lines
219 B
CMake
13 lines
219 B
CMake
![]() |
#
|
||
|
# Copyright (C) 2023 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
#
|
||
|
|
||
|
target_sources(${L0_STATIC_LIB_NAME}
|
||
|
PRIVATE
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||
|
)
|
||
|
|
||
|
add_subdirectories()
|