zephyr/tests/kernel/workq/work/CMakeLists.txt
Peter Bigot 06665f9652 tests: kernel: add test of new work queue API
Covers all lines that can be reached in controlled conditions.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-03-03 20:06:00 -05:00

9 lines
221 B
CMake

# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(work)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})