https://github.com/Kitware/CMake
Raw File
Tip revision: f43a7d76c737c5bb9b903a2b1be5186c081ec21e authored by Brad King on 26 July 2019, 11:50:55 UTC
CMake 3.15.1
Tip revision: f43a7d7
config.hxx.in
#cmakedefine HAVE_SYS_TYPES_H
#cmakedefine HAVE_STDINT_H
#cmakedefine HAVE_STDDEF_H

/* bool */
#cmakedefine HAVE_SIZEOF_BOOL
@SIZEOF_BOOL_CODE@

/* struct ns::somestruct::someint */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_INT
@SIZEOF_NS_STRUCTMEMBER_INT_CODE@

/* struct ns::somestruct::someptr */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_PTR
@SIZEOF_NS_STRUCTMEMBER_PTR_CODE@

/* struct ns::somestruct::somechar */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_CHAR
@SIZEOF_NS_STRUCTMEMBER_CHAR_CODE@

/* struct ns::somestruct::somebool */
#cmakedefine HAVE_SIZEOF_NS_STRUCTMEMBER_BOOL
@SIZEOF_NS_STRUCTMEMBER_BOOL_CODE@
back to top