# Copyright 2025 MicroEJ Corp. All rights reserved. # Use of this source code is governed by a BSD-style license that can be found with this software. target_sources(app PRIVATE ${CMAKE_CURRENT_LIST_DIR}/src/microej_async_worker.c ${CMAKE_CURRENT_LIST_DIR}/src/microej_pool.c ${CMAKE_CURRENT_LIST_DIR}/src/osal_zephyr.c ) target_include_directories(app PRIVATE ${CMAKE_CURRENT_LIST_DIR}/inc)