compute-runtime/shared/test/unit_test/heap_assigner/CMakeLists.txt

11 lines
242 B
CMake
Raw Normal View History

#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
target_sources(${TARGET_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/heap_assigner_tests.cpp
)