mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:59:02 +08:00
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@
|