Fix tdapi bigobj linking.

GitOrigin-RevId: 46db6ce5768d513d44f7daf46bd0b10680e837e0
This commit is contained in:
levlam 2020-03-16 17:23:30 +03:00
parent 7a649c23f1
commit 6674359694

View File

@ -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})