Manually merged samples geodetic2ecef and logging due to merge issues

This commit is contained in:
Klaus Basan
2013-04-24 13:12:57 +02:00
parent 472521f281
commit 54d031a479
5 changed files with 55 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
FILE(GLOB SRC *.cpp)
ADD_EXECUTABLE(sample_Geodetic2Ecef ${SRC})
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")
TARGET_LINK_LIBRARIES(sample_geodetic2ecef blackmisc blackcore ${QT_LIBRARIES})
SET_TARGET_PROPERTIES(sample_geodetic2ecef PROPERTIES PROJECT_LABEL "Samples - Geodetic to Ecef")