2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 01:49:29 +00:00
tdlib-purple/buildopt.h.in

17 lines
248 B
C
Raw Normal View History

#ifndef _BUILDOPT_H
#define _BUILDOPT_H
2020-07-13 13:19:17 +02:00
#define TDLIB_VERSION_NUMBER ${TDLIB_VERSION_NUMBER}
#cmakedefine NoWebp
#define TEST_SOURCE_DIR "${CMAKE_SOURCE_DIR}/test"
2020-06-13 16:01:05 +02:00
#cmakedefine NoLottie
#cmakedefine NoTranslations
#cmakedefine NoVoip
#endif