mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Merged from branch linux_build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
ADD_SUBDIRECTORY(Logging)
|
||||
ADD_SUBDIRECTORY(logging)
|
||||
ADD_SUBDIRECTORY(com_server)
|
||||
ADD_SUBDIRECTORY(com_client)
|
||||
ADD_SUBDIRECTORY(Geodetic2Ecef)
|
||||
ADD_SUBDIRECTORY(geodetic2ecef)
|
||||
ADD_SUBDIRECTORY(interpolator)
|
||||
ADD_SUBDIRECTORY(config)
|
||||
@@ -1,6 +0,0 @@
|
||||
FILE(GLOB SRC *.cpp)
|
||||
|
||||
ADD_EXECUTABLE(sample_Geodetic2Ecef ${SRC})
|
||||
|
||||
TARGET_LINK_LIBRARIES(sample_Geodetic2Ecef blackmisc blackcore ${QT_LIBRARIES})
|
||||
SET_TARGET_PROPERTIES(sample_Geodetic2Ecef PROPERTIES PROJECT_LABEL "Samples - Geodetic to Ecef")
|
||||
6
samples/geodetic2ecef/CMakeLists.txt
Normal file
6
samples/geodetic2ecef/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
FILE(GLOB SRC *.cpp)
|
||||
|
||||
ADD_EXECUTABLE(sample_geodetic2ecef ${SRC})
|
||||
|
||||
TARGET_LINK_LIBRARIES(sample_geodetic2ecef blackmisc blackcore ${QT_LIBRARIES})
|
||||
SET_TARGET_PROPERTIES(sample_geodetic2ecef PROPERTIES PROJECT_LABEL "Samples - Geodetic to Ecef")
|
||||
@@ -2,8 +2,6 @@
|
||||
#include <QElapsedTimer>
|
||||
#include "blackmisc/debug.h"
|
||||
#include <iostream>
|
||||
#include <conio.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "blackcore/ecef.h"
|
||||
#include "blackcore/vector_geo.h"
|
||||
@@ -1,8 +1,6 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QElapsedTimer>
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "blackcore/matrix_3d.h"
|
||||
|
||||
Reference in New Issue
Block a user