# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2019 Intel Corporation

FILE(GLOB mysources *.c )
target_sources(app PRIVATE ${mysources})
