cmake_export_symbol.cmake


Log

Author Commit Date CI Message
Don 3625c50f 2018-03-16T12:15:30 Use binary directory for symbol exports generation Currently the CMake files generate symbols into the source tree when they should go into the build tree.
Masud Rahman 73e51e01 2017-06-25T18:19:20 cmake_export_symbol: Darwin compatibility 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.
kinichiro 3276be12 2017-01-18T20:26:49 Add export symbol support to CMake for libcrypto
kinichiro 3b8cf473 2017-01-17T21:27:41 Add export symbol support to CMake