# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. target_include_directories(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/include) target_sources(app PRIVATE src/main.c)