cmvr_head/packages/erpc-1.14.0/examples/CMakeLists.txt

13 lines
262 B
CMake
Raw Normal View History

2025-12-30 15:44:41 +08:00
#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: BSD-3-Clause
#
if (CONFIG_ERPC_MATRIX_MULTIPLY_TCP)
add_subdirectory(${ERPC_EXAMPLES}/matrix_multiply_tcp_c)
endif()
if (CONFIG_ERPC_HELLO_WORLD)
add_subdirectory(${ERPC_EXAMPLES}/hello_world)
endif()