2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 01:49:29 +00:00
tdlib-purple/buildopt.h.in
2020-07-26 23:45:11 +02:00

17 lines
248 B
C

#ifndef _BUILDOPT_H
#define _BUILDOPT_H
#define TDLIB_VERSION_NUMBER ${TDLIB_VERSION_NUMBER}
#cmakedefine NoWebp
#define TEST_SOURCE_DIR "${CMAKE_SOURCE_DIR}/test"
#cmakedefine NoLottie
#cmakedefine NoTranslations
#cmakedefine NoVoip
#endif