# Copyright 2025 MicroEJ Corp. # Use of this source code is governed by a BSD-style license that can be found with this software. target_sources(app PRIVATE "src/LLEVENT.c" "src/LLEVENT_impl.c" "test/src/EventQueueTestsuiteNatives_impl.c" ) target_include_directories(app PRIVATE "inc" "test/inc" )