mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor l0 sysman: cleanup cmake files
Related-To: NEO-7507 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
24ab45e71a
commit
2d2c7a6ba2
@@ -4,16 +4,11 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
set(L0_SRCS_SYSMAN_LINUX_PMU
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/pmu_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/pmu_imp.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/pmu.h
|
||||
)
|
||||
if(UNIX)
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${L0_SRCS_SYSMAN_LINUX_PMU}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/pmu_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/pmu_imp.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/pmu.h
|
||||
)
|
||||
endif()
|
||||
# Make our source files visible to parent
|
||||
set_property(GLOBAL PROPERTY L0_SRCS_SYSMAN_PMU_LINUX ${L0_SRCS_SYSMAN_PMU_LINUX})
|
||||
|
||||
Reference in New Issue
Block a user