compute-runtime/shared/source/utilities/riscv64/CMakeLists.txt

13 lines
315 B
CMake

#
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(${NEO_TARGET_PROCESSOR} STREQUAL "riscv64")
set_property(GLOBAL APPEND PROPERTY NEO_CORE_UTILITIES
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/cpu_info_riscv64.cpp
)
endif()