Files
pilotclient/samples/geodetic2ecef/CMakeLists.txt
2013-04-04 20:50:53 +02:00

6 lines
244 B
CMake

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")