blob: 1dc76690fb6bd45a93afd6fd1311eaa292b8076c [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2019 Intel Corporation
FILE(GLOB mysources *.c )
target_sources(app PRIVATE ${mysources})