You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
316 B
13 lines
316 B
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# Clear the toolchain defined C++ library property when using minimal C++ lib. |
|
set_linker_property(PROPERTY c++_library "") |
|
set_linker_property(PROPERTY cpp_base "") |
|
|
|
zephyr_system_include_directories(include) |
|
|
|
zephyr_sources( |
|
cpp_virtual.c |
|
cpp_vtable.cpp |
|
cpp_new.cpp |
|
)
|
|
|