vcpkg/ports/cairomm/cmake/cairommconfig.h.cmake

14 lines
452 B
CMake
Raw Normal View History

/* 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@