added comment to magic code in CMakeLists.txt

This part has been added in
67ac9138ab
Took the commit message to provide a comment in the file.
This commit is contained in:
Carsten Brandt 2017-01-05 21:37:18 +01:00
parent 20be9a8c5b
commit 31eaffe44b
No known key found for this signature in database
GPG Key ID: BE4F41DE1DEEEED0

View File

@ -610,6 +610,11 @@ endif()
#
# :: Strict ABI
#
# Enabling the STRICT_ABI flag will generate and use an LD version script.
# It ensures that the dynamic libraries (libtoxcore.so, libtoxav.so) only
# export the symbols that are defined in their public API (tox.h and toxav.h,
# respectively).
#
################################################################################
function(make_version_script header ns lib)