Basic loading of SRTM data
[tecorrec.git] / geo / CMakeLists.txt
blobd4516d1cb46f1dbc1c8bf32b13bc597cc1e4c6f9
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     tcElevationData.cpp
13     tcSrtmCache.cpp
14     tcSrtmData.cpp
15     tcPhotographyData.cpp
16     tcSensor.cpp
17     tcSpectrum.cpp
18     tcRangeSpectrum.cpp
21 set(tecorrec_geo_HEADERS
24 qt4_wrap_cpp(tecorrec_geo_MOCS ${tecorrec_geo_HEADERS})
26 add_library(tecorrec_geo ${tecorrec_geo_SRCS} ${tecorrec_geo_MOCS})