From f6bbbce25c376efcc3cb645a4f87816c3b5aadb6 Mon Sep 17 00:00:00 2001 From: akshay-c Date: Thu, 25 Apr 2019 16:36:07 +0530 Subject: Created dialog boxes for compare,move,readadc,pwm,uart,math,shift register,formattedstring,Persist, LookupTable,PiecewiseLinear --- ldmicro/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ldmicro/CMakeLists.txt') diff --git a/ldmicro/CMakeLists.txt b/ldmicro/CMakeLists.txt index ec4c2d3..b354d8d 100644 --- a/ldmicro/CMakeLists.txt +++ b/ldmicro/CMakeLists.txt @@ -139,12 +139,12 @@ endif() compilecommon.cpp intcode.cpp lang.cpp - miscutil.cpp + miscutil.cpp #add message boxes to Error(), CompileSuccessfulMessage() iolist.cpp #confdialog.cpp - #lutdialog.cpp + lutdialog.cpp resetdialog.cpp - # simpledialog.cpp + simpledialog.cpp coildialog.cpp contactsdialog.cpp commentdialog.cpp -- cgit