2019-12-04 17:31:40 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2019 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
|
|
|
set(NEO_CORE_PROGRAM
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/print_formatter.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/print_formatter.h
|
2019-11-19 23:54:47 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sync_buffer_handler.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/sync_buffer_handler.h
|
2019-12-04 17:31:40 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
set_property(GLOBAL PROPERTY NEO_CORE_PROGRAM ${NEO_CORE_PROGRAM})
|