Move shared_multi_heap test under lib alongside all other heap tests. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
205 B
CMake
9 lines
205 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cmake_minimum_required(VERSION 3.20.0)
|
|
|
|
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
|
project(shared_multi_heap_pool)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|