2 #ifndef @INCLUDE_GUARD_NAME@
3 #define @INCLUDE_GUARD_NAME@
6 # define @EXPORT_MACRO_NAME@
7 # define @NO_EXPORT_MACRO_NAME@
9 # ifndef @EXPORT_MACRO_NAME@
10 # ifdef @EXPORT_IMPORT_CONDITION@
11 /* We are building this library */
12 # define @EXPORT_MACRO_NAME@ @DEFINE_EXPORT@
14 /* We are using this library */
15 # define @EXPORT_MACRO_NAME@ @DEFINE_IMPORT@
19 # ifndef @NO_EXPORT_MACRO_NAME@
20 # define @NO_EXPORT_MACRO_NAME@ @DEFINE_NO_EXPORT@
24 #ifndef @DEPRECATED_MACRO_NAME@
25 # define @DEPRECATED_MACRO_NAME@ @DEFINE_DEPRECATED@
26 # define @DEPRECATED_MACRO_NAME@_EXPORT @EXPORT_MACRO_NAME@ @DEFINE_DEPRECATED@
27 # define @DEPRECATED_MACRO_NAME@_NO_EXPORT @NO_EXPORT_MACRO_NAME@ @DEFINE_DEPRECATED@
30 #cmakedefine01 DEFINE_NO_DEPRECATED
31 #if DEFINE_NO_DEPRECATED
32 # define @NO_DEPRECATED_MACRO_NAME@