From 66743596946ee8a2d65134a6e87ebdbe3e3188f7 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 16 Mar 2020 17:23:30 +0300 Subject: [PATCH] Fix tdapi bigobj linking. GitOrigin-RevId: 46db6ce5768d513d44f7daf46bd0b10680e837e0 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8cf3b05..71a87695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -869,6 +869,7 @@ if (WIN32 OR CYGWIN) endif() endif() if (BIGOBJ) + target_compile_options(tdapi PUBLIC ${BIGOBJ}) target_compile_options(tdc PUBLIC ${BIGOBJ}) target_compile_options(tdcore PUBLIC ${BIGOBJ}) target_compile_options(tdclient PUBLIC ${BIGOBJ})