mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
93ab4b064d
Learned more about CMake in the last hour or so than I have in the last few years. Now I've decided to bin out all the solution files and all the Autoconf scaffolding, I want to extend the CMake build to properly provide the same capabilities. Steffen's given me a terrific place to work from, for which I am hugely, if extremely belatedly, grateful.
33 lines
759 B
C++
33 lines
759 B
C++
|
|
/* define if the Boost library is available */
|
|
#cmakedefine ARABICA_HAVE_BOOST
|
|
|
|
/* defined if we don't need extra codecvt template specialisations */
|
|
#cmakedefine NO_CODECVT_SPECIALISATIONS
|
|
|
|
/* no mbstate_t */
|
|
#cmakedefine NO_MBSTATE_T
|
|
|
|
/* no std::mbstate_t */
|
|
#cmakedefine NO_STD_MBSTATE_T
|
|
|
|
/* disables wchar_t */
|
|
#cmakedefine NO_WCHAR_T
|
|
|
|
/* define to build against Expat */
|
|
#cmakedefine ARABICA_USE_EXPAT
|
|
|
|
/* define to build against LibXML2 */
|
|
#cmakedefine ARABICA_USE_LIBXML2
|
|
|
|
/* define to build against Xerces */
|
|
#cmakedefine USE_XERCES
|
|
|
|
/* define to build using Garden */
|
|
#cmakedefine USE_GARDEN
|
|
|
|
/* defined for Windows builds using Winsock rather than BSD-style sockets */
|
|
#cmakedefine USE_WINSOCK
|
|
|
|
/* Version number of package */
|
|
#cmakedefine VERSION
|