From eac369e7e63733cb06caafae919fbdec9b8146f3 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 31 Aug 2021 11:38:56 +0100 Subject: [PATCH] ECC-1276: MEMFS: Better management of generated files --- memfs/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/memfs/CMakeLists.txt b/memfs/CMakeLists.txt index 04aba8494..254336231 100644 --- a/memfs/CMakeLists.txt +++ b/memfs/CMakeLists.txt @@ -1,3 +1,5 @@ +# Note: the count 10 of generated C files must match +# the 'generated_c_files' list list( APPEND memfs_args --count 10 --output ${CMAKE_CURRENT_BINARY_DIR}/memfs_gen