This adds two test cases to create dynamic threads, and one test case to make sure permissions are set correctly. Origin: Original Signed-off-by: Daniel Leung <daniel.leung@intel.com>
6 lines
160 B
CMake
6 lines
160 B
CMake
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(NONE)
|
|
|
|
FILE(GLOB app_sources src/*.c)
|
|
target_sources(app PRIVATE ${app_sources})
|