From 3cf4000b5fe57cc19d5c75a1f27f1c51c6ddf8b0 Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Thu, 4 Jul 2024 18:58:48 +0200 Subject: [PATCH] edit CMakelists to include constants.c --- sources/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt index 927a8f1..6545849 100644 --- a/sources/CMakeLists.txt +++ b/sources/CMakeLists.txt @@ -18,6 +18,7 @@ add_executable(smcp1_proxy inc/tmcl.h inc/version.h src/main.c + src/constants.c src/misc.c src/executor.c src/functions.c -- GitLab