From bf5c68ea28624c68618a48c9802814d1c20c73b5 Mon Sep 17 00:00:00 2001 From: Avi Date: Wed, 9 Nov 2022 09:11:25 +1000 Subject: [PATCH] Fix #148, Update add_cfe_tables APP_NAME parameter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd1d332..27c1597 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ add_cfe_app(sample_app fsw/src/sample_app.c) add_cfe_app_dependency(sample_app sample_lib) # Add table -add_cfe_tables(sampleAppTable fsw/tables/sample_app_tbl.c) +add_cfe_tables(sample_app fsw/tables/sample_app_tbl.c) # If UT is enabled, then add the tests from the subdirectory # Note that this is an app, and therefore does not provide