mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Initial structure for refactoring, some conversions still missing. Especially required further test cases.
This commit is contained in:
@@ -72,7 +72,9 @@ HEADERS += \
|
||||
coordinategeodetic.h \
|
||||
coordinateecef.h \
|
||||
coordinatened.h \
|
||||
geoearthangle.h
|
||||
geoearthangle.h \
|
||||
coordinatetransformation.h \
|
||||
mathmatrix1x3.h
|
||||
|
||||
SOURCES += \
|
||||
logmessage.cpp \
|
||||
@@ -104,6 +106,7 @@ SOURCES += \
|
||||
mathvector3dbase.cpp \
|
||||
mathmatrixbase.cpp \
|
||||
mathmatrix3x3.cpp \
|
||||
mathematics.cpp
|
||||
mathematics.cpp \
|
||||
coordinatetransformation.cpp
|
||||
|
||||
DESTDIR = ../../lib
|
||||
|
||||
Reference in New Issue
Block a user