blob: 75c75dd4efa5db3deab7b1abf4d0aa24ed26979a [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Set ${ZEPHYR_CHROME} as a convenience variable to the root path of
# this module.
set(ZEPHYR_CHROME "${ZEPHYR_CURRENT_MODULE_DIR}" CACHE PATH
"Path to the zephyr-chrome repository.")
zephyr_include_directories(
include
)
add_subdirectory("app")
add_subdirectory("drivers")