aboutsummaryrefslogtreecommitdiff
path: root/cmake_export_symbol.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake_export_symbol: Darwin compatibilityMasud Rahman2017-06-251-1/+7
| | | | | | | | The Darwin platform prefixes all C symbols with an underscore. At link-time of a shared library, libressl generates a list of symbols to export, but does not prefix each symbol with an underscore. This commit addresses that issue.
* Add export symbol support to CMake for libcryptokinichiro2017-01-181-0/+3
|
* Add export symbol support to CMakekinichiro2017-01-181-0/+41