forked from ecmwf/magics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project_summary.cmake
49 lines (39 loc) · 1.61 KB
/
project_summary.cmake
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
# (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(PROJ_FOUND)
message( STATUS " Proj include : [${PROJ_INCLUDE_DIRS}]" )
message( STATUS " libs : [${PROJ_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(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}]" )