mirror of
https://github.com/ars3niy/tdlib-purple
synced 2025-08-22 01:49:29 +00:00
17 lines
248 B
C
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
|