https://github.com/Kitware/CMake
Raw File
Tip revision: 753373579e3dd8cf19f0fc18f4d9bec43a2d82e8 authored by Brad King on 27 June 2019, 11:35:14 UTC
CMake 3.15.0-rc3
Tip revision: 7533735
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