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})