Moved eval into own cpp to allow shorter compile times

This commit is contained in:
2019-10-08 13:31:59 +02:00
parent 17140f2dbe
commit 704b64bfcf
4 changed files with 101 additions and 58 deletions

View File

@@ -38,6 +38,7 @@ FILE(GLOB HEADERS
trilateration.h
Plotta.h
misc.h
Eval.h
)
@@ -48,6 +49,7 @@ FILE(GLOB SOURCES
mainFtm.cpp
mainTrilat.cpp
mainProb.cpp
Eval.cpp
)