Files
compute-runtime/level_zero/sysman/source/linux/pmt/CMakeLists.txt
shubham kumar 501c8e87d7 fix: rename files under sysman to make them unique
Related-To: LOCI-4383

Signed-off-by: shubham kumar <shubham.kumar@intel.com>
2023-05-30 10:23:15 +02:00

16 lines
407 B
CMake

#
# Copyright (C) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(UNIX)
target_sources(${L0_STATIC_LIB_NAME}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/sysman_pmt_helper.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sysman_pmt.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sysman_pmt.h
)
endif()