From fbe4a52f2f1f2ffde47748444b440bff50612703 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 26 Jan 2014 10:02:54 +0000 Subject: [PATCH] Bringing CMake scripts up to date. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3663 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/CMakeLists.txt | 1 + mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 45a385ac0..cb96b7f17 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -68,6 +68,7 @@ set (FSRCS afc9.f90 analytic.f90 azdist.f90 + badmsg.f90 ccf2.f90 ccf65.f90 chkhist.f90 diff --git a/mainwindow.cpp b/mainwindow.cpp index 276121419..a35cb34b1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//------------------------------------------------------------ MainWindow +//------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h"