CMakeLists.txt

changeset 506
ea07f6c97a69
parent 505
7ae4d022cf8f
child 514
6884d00dd16c
--- a/CMakeLists.txt	Sat Oct 14 11:23:24 2023 +0200
+++ b/CMakeLists.txt	Sat Oct 14 16:10:14 2023 +0200
@@ -253,6 +253,7 @@
     ${SRCDIR}/analog/led.cpp
     ${SRCDIR}/analog/wallclock.cpp
     ${SRCDIR}/global.cpp
+    ${SRCDIR}/polyfit.cpp
   )
 
   set( HDRS
@@ -322,6 +323,7 @@
     ${SRCDIR}/analog/led.h
     ${SRCDIR}/analog/wallclock.h
     ${SRCDIR}/global.h
+    ${SRCDIR}/polyfit.h
   )
 
   set( UIS

mercurial