vcpkg/ports/cairomm/cmake/cairommconfig.h.cmake
Alexander Karatarakis 40702522d1 Replace patch 0001 with copying files
Previously the patch would create five files.
Now the 5 files are checked in and we copy them over.
2017-03-13 15:33:30 -07:00

14 lines
452 B
CMake

/* This file is part of cairomm. */
/* Defined when the --enable-api-exceptions configure argument was given */
#cmakedefine CAIROMM_EXCEPTIONS_ENABLED 1
/* Major version number of cairomm. */
#cmakedefine CAIROMM_MAJOR_VERSION @CAIROMM_MAJOR_VERSION@
/* Minor version number of cairomm. */
#cmakedefine CAIROMM_MINOR_VERSION @CAIROMM_MINOR_VERSION@
/* Micro version number of cairomm. */
#cmakedefine CAIROMM_MICRO_VERSION @CAIROMM_MICRO_VERSION@