1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2019 Intel Corporation 3 4FILE(GLOB mysources *.c ) 5target_sources(app PRIVATE ${mysources}) 6