From 6eb23046058b70a23da659658f80b41c5e119236 Mon Sep 17 00:00:00 2001 From: ritt Date: Mon, 25 Apr 2022 09:18:21 +0200 Subject: [PATCH] Added explicit file name extensions --- software/drsosc/CMakeLists.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/software/drsosc/CMakeLists.txt b/software/drsosc/CMakeLists.txt index b66064d..4c8a085 100644 --- a/software/drsosc/CMakeLists.txt +++ b/software/drsosc/CMakeLists.txt @@ -16,20 +16,20 @@ set(LIBSRC ../mxml/strlcpy.cxx) set(SRC - ConfigDialog - DOFrame - DOScreen + ConfigDialog.cpp + DOFrame.cpp + DOScreen.cpp DRSOsc.cpp - MeasureDialog - Measurement - Osci - EPThread - DisplayDialog - InfoDialog - AboutDialog - TriggerDialog - rb - main) + MeasureDialog.cpp + Measurement.cpp + Osci.cpp + EPThread.cpp + DisplayDialog.cpp + InfoDialog.cpp + AboutDialog.cpp + TriggerDialog.cpp + rb.cpp + main.cpp) add_executable(drsosc ${SRC} ${LIBSRC})