mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:19:10 +08:00
40702522d1
Previously the patch would create five files. Now the 5 files are checked in and we copy them over.
14 lines
452 B
CMake
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@
|