From 88ca810194bc30322c867e0c686f2784f793c6ed Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 2 Feb 2017 20:59:47 +0100 Subject: [PATCH] add doc [skip ci] --- modules/export_header.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/export_header.cmake b/modules/export_header.cmake index 66c4145..9eac395 100644 --- a/modules/export_header.cmake +++ b/modules/export_header.cmake @@ -1,6 +1,9 @@ #.rst: # # Generates export header for your API using best practices. +# This module wraps https://cmake.org/cmake/help/v3.0/module/GenerateExportHeader.html and +# it is needed because of these, Very Good Indeed, reasons: https://gcc.gnu.org/wiki/Visibility. +# If you are not afraid of jargon, please also have a look at https://www.akkadia.org/drepper/dsohowto.pdf. # # Variables used:: #