diff options
author | Pierre Joye <pierre.php@gmail.com> | 2021-08-23 22:55:56 +0700 |
---|---|---|
committer | Pierre Joye <pierre.php@gmail.com> | 2021-08-23 22:55:56 +0700 |
commit | 86a9e24510cbdf7a25278cc03838d4d70bcda8f5 (patch) | |
tree | a56592ad7d15bbd03973bcc93395797d117684f2 | |
parent | 0f87722869791ebbd0034a96dd5f76923ffcbbba (diff) | |
download | libgd-86a9e24510cbdf7a25278cc03838d4d70bcda8f5.tar.gz |
Add ENABLE_CPP_API
-rw-r--r-- | src/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake index 2b46a17..0542942 100644 --- a/src/config.h.cmake +++ b/src/config.h.cmake @@ -3,6 +3,9 @@ /* Define is you are building for Win32 API */ #cmakedefine BGDWIN32 +/* Define is you are building for Win32 API */ +#cmakedefine ENABLE_CPP_API + /* Whether to support gd image formats */ #cmakedefine01 ENABLE_GD_FORMATS |