1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_system_include_directories(include)
4
5zephyr_sources(
6  cpp_virtual.c
7  cpp_vtable.cpp
8  cpp_new.cpp
9)
10