The test case checks that many of the common header files are C++ compatible and checks that some of the primitives like ARRAY_SIZE work. Signed-off-by: Michael Hope <mlhx@google.com>
6 lines
162 B
CMake
6 lines
162 B
CMake
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(NONE)
|
|
|
|
FILE(GLOB app_sources src/*.cpp)
|
|
target_sources(app PRIVATE ${app_sources})
|