summaryrefslogtreecommitdiff
path: root/zephyr/test/jump_tags/CMakeLists.txt
blob: 710195275eee97c0d8d80aae5a16144b18a29125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.

cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS "${ZEPHYR_BASE}")
project(jump_tags)

# Include FFF fakes
add_subdirectory(${PLATFORM_EC}/zephyr/test/test_utils test_utils)

FILE(GLOB test_sources src/*.c)
target_sources(app PRIVATE ${test_sources})