From 026b4d1c5150bda8f02a1bb1d59145b7a484cc43 Mon Sep 17 00:00:00 2001 From: Attila Szakacs Date: Tue, 21 May 2024 13:22:49 +0200 Subject: [PATCH] appmodel: add missing source to CMakeLists Signed-off-by: Attila Szakacs --- modules/appmodel/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/appmodel/CMakeLists.txt b/modules/appmodel/CMakeLists.txt index 9365a9fc51..fee01a875c 100644 --- a/modules/appmodel/CMakeLists.txt +++ b/modules/appmodel/CMakeLists.txt @@ -13,6 +13,7 @@ set (APPMODEL_SOURCES app-parser-generator.c app-transform-generator.c application.c + transformation.c ) add_module(