mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Unit tests for acceleration and more for vector
This commit is contained in:
@@ -10,10 +10,6 @@ CONFIG -= app_bundle
|
||||
DEPENDPATH += . ../../src/blackmisc
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
SOURCES += main.cpp \
|
||||
samplesphysicalquantities.cpp \
|
||||
samplesaviation.cpp
|
||||
|
||||
win32-msvc* {
|
||||
PRE_TARGETDEPS += ../../lib/blackmisc.lib
|
||||
LIBS += ../../lib/blackmisc.lib
|
||||
@@ -26,6 +22,5 @@ win32-msvc* {
|
||||
|
||||
DESTDIR = ../../bin
|
||||
|
||||
HEADERS += \
|
||||
samplesphysicalquantities.h \
|
||||
samplesaviation.h
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
Reference in New Issue
Block a user