Loading of landsat meta data file and coordinates, displays schematic cuboid
[tecorrec.git] / geo / CMakeLists.txt
blob6763f70774e152ac88071345c5bce7eecbb9d1f6
1 find_package(Qt4 REQUIRED)
3 set(QT_USE_QTOPENGL true)
4 include(${QT_USE_FILE})
5 include_directories(${QT_INCLUDES}
8 set(tecorrec_geo_SRCS
9     tcObserver.cpp
10     tcGlobe.cpp
11     tcGeoData.cpp
12     tcElevationModel.cpp
13     tcSrtmModel.cpp
14     tcSrtmCache.cpp
15     tcSrtmData.cpp
16     tcPhotographyData.cpp
17     tcSensor.cpp
18     tcSpectrum.cpp
19     tcRangeSpectrum.cpp
20     tcLandsatMetaData.cpp
21     tcLandsatData.cpp
24 set(tecorrec_geo_HEADERS
27 qt4_wrap_cpp(tecorrec_geo_MOCS ${tecorrec_geo_HEADERS})
29 add_library(tecorrec_geo ${tecorrec_geo_SRCS} ${tecorrec_geo_MOCS})
31 target_link_libraries(tecorrec_geo
32                       ${QT_LIBRARIES}
33                       tecorrec_maths