1 find_package(Qt4 REQUIRED)
2 find_package(GDAL REQUIRED)
4 set(QT_USE_QTOPENGL true)
5 include(${QT_USE_FILE})
6 include_directories(${QT_INCLUDES}
23 tcChannelConfigWidget.cpp
25 tcChannelChromaticity.cpp
26 tcIlluminantDirection.cpp
27 tcShadowFreeChromaticities.cpp
28 tcIlluminantDiscontinuity.cpp
29 tcShadowClassification.cpp
33 tcLambertianShading.cpp
34 tcRaytracedShadowMap.cpp
37 tcElevationDifference.cpp
38 tcElevationOptimization.cpp
44 tcShadowClassifyingData.cpp
47 tcCustomSunDirection.cpp
52 set(tecorrec_geo_HEADERS
56 tcChannelConfigWidget.h
57 tcIlluminantDirection.h
59 tcElevationDifference.h
60 tcElevationOptimization.h
67 qt4_wrap_cpp(tecorrec_geo_MOCS ${tecorrec_geo_HEADERS})
69 add_library(tecorrec_geo ${tecorrec_geo_SRCS} ${tecorrec_geo_MOCS})
71 target_link_libraries(tecorrec_geo