# 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. include_guard() message("microej/fs component is included.") target_sources(app PRIVATE ${CMAKE_CURRENT_LIST_DIR}/src/fs_helper_ZephyrOS.c ${CMAKE_CURRENT_LIST_DIR}/src/LLFS_File_impl.c ${CMAKE_CURRENT_LIST_DIR}/src/LLFS_impl.c ) target_include_directories(app PRIVATE ${CMAKE_CURRENT_LIST_DIR}/inc)