2020-03-06 18:09:57 +08:00
|
|
|
#
|
2021-05-17 02:51:16 +08:00
|
|
|
# Copyright (C) 2020-2021 Intel Corporation
|
2020-03-06 18:09:57 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
2021-02-24 01:57:27 +08:00
|
|
|
add_subdirectory(debug)
|
2020-03-06 18:09:57 +08:00
|
|
|
add_subdirectory(metrics)
|
|
|
|
add_subdirectory(sysman)
|
|
|
|
add_subdirectory(pin)
|
|
|
|
|
2020-03-22 15:52:57 +08:00
|
|
|
target_sources(${L0_STATIC_LIB_NAME}
|
2020-08-19 18:18:18 +08:00
|
|
|
PRIVATE
|
|
|
|
${L0_TOOLS_SOURCES}
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
2020-03-06 18:09:57 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
# Make our source files visible to parent
|
|
|
|
set_property(GLOBAL PROPERTY L0_TOOLS_SOURCES ${L0_TOOLS_SOURCES})
|