File: project_summary.cmake

package info (click to toggle)
magics%2B%2B 2.30.0-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 105,040 kB
  • ctags: 32,903
  • sloc: cpp: 185,631; xml: 18,565; ansic: 11,002; perl: 6,357; python: 4,065; sh: 802; f90: 278; asm: 271; makefile: 157
file content (61 lines) | stat: -rw-r--r-- 2,023 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# (C) Copyright 1996-2016 ECMWF.
# 
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 
# In applying this licence, ECMWF does not waive the privileges and immunities 
# granted to it by virtue of its status as an intergovernmental organisation nor
# does it submit to any jurisdiction.

if(Boost_FOUND)
  message( STATUS " Boost include : [${Boost_INCLUDE_DIRS}]" )
endif()

if( SWIG_FOUND AND NUMPY_FOUND )
  message( STATUS " Swig (${SWIG_VERSION}) : [${SWIG_EXECUTABLE}]" )
  message( STATUS " NumPy (${NUMPY_VERSION}) : [${NUMPY_INCLUDE_DIRS}]" )
endif()

if(PROJ4_FOUND)
  message( STATUS " Proj4 include : [${PROJ4_INCLUDE_DIRS}]" )
  message( STATUS "         libs  : [${PROJ4_LIBRARIES}]" )
endif()

if(PANGOCAIRO_FOUND)
  message( STATUS " PangoCairo include : [${PANGOCAIRO_INCLUDE_DIRS}]" )
  message( STATUS "              libs  : [${PANGOCAIRO_LIBRARIES}]" )
endif()

if(GRIB_API_FOUND)
  message( STATUS " GRIB_API include : [${GRIB_API_INCLUDE_DIRS}]" )
  message( STATUS "         libs     : [${GRIB_API_LIBRARIES}]" )
endif()

if(ODB_API_FOUND)
  message( STATUS " ODB_API include  : [${ODB_API_INCLUDE_DIRS}]" )
  message( STATUS "         libs     : [${ODB_API_LIBRARIES}]" )
endif()

if(LIBEMOS_FOUND)
  message( STATUS " LIBEMOS libs      : [${LIBEMOS_LIBRARIES}]" )
endif()

if(FORTRANLIBS_FOUND)
  message( STATUS " Fortran  libs    : [${FORTRAN_LIBRARIES}]" )
endif()

if(NETCDF_FOUND)
  message( STATUS " NetCDF include   : [${NETCDF_INCLUDE_DIRS}]" )
  message( STATUS "         libs     : [${NETCDF_LIBRARIES}]" )
endif()

if(QT_FOUND)
  message( STATUS " QT include       : [${QT_INCLUDE_DIR}]" )
  message( STATUS "         libs     : [${QT_LIBRARIES}]" )
endif()

if(EXPAT_FOUND)
  message( STATUS " EXpat include       : [${EXPAT_INCLUDE_DIR}]" )
  message( STATUS "         libs     : [${EXPAT_LIBRARIES}]" )
endif()

message( STATUS " Magics extra libs      : [${MAGICS_EXTRA_LIBRARIES}]" )