summaryrefslogtreecommitdiff
path: root/cmake/StrictAbi.cmake
AgeCommit message (Collapse)Author
2019-01-06Enable auto tests under STRICT_ABI if static libs are available.iphydf
STRICT_ABI only breaks linkage if static libraries are not available, because then we try to link against shared libraries with hidden symbols.
2018-12-11Add cmake option for building additional testszugz (tox)
Closes #1262
2017-12-28Generate only one large library "libtoxcore".iphydf
This library contains all the code for the old libtoxcore, libtoxav, libtoxdns, and libtoxencryptsave. The build for toxav is still optional, and disabling it causes libtoxcore to simply not contain those symbols and the pkg-config file to not include opus and vpx as dependencies.
2017-06-04Factor out strict_abi cmake code into a separate module.iphydf