2019-09-30 17:20:16 +08:00
|
|
|
#
|
2022-04-26 18:09:28 +08:00
|
|
|
# Copyright (C) 2020-2022 Intel Corporation
|
2019-09-30 17:20:16 +08:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
2020-02-24 20:10:44 +08:00
|
|
|
set(NEO_CORE_SRCS_BUILT_INS_OPS
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
2022-04-26 18:09:28 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/built_in_ops.h
|
2019-09-30 17:20:16 +08:00
|
|
|
)
|
2020-02-24 20:10:44 +08:00
|
|
|
add_subdirectories()
|
2019-09-30 17:20:16 +08:00
|
|
|
|
2020-02-24 20:10:44 +08:00
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_SRCS_BUILT_INS_OPS ${NEO_CORE_SRCS_BUILT_INS_OPS})
|