noloader / cryptopp-cmake

CMake files for Crypto++ project
BSD 3-Clause "New" or "Revised" License
92 stars 68 forks source link

export target locally (to use library without install) #35

Closed AndreaRigoni closed 5 years ago

AndreaRigoni commented 5 years ago

Add the EXPORT feature to build a local cryptopp-targets.cmake that can be used to import library from the build directory without installing targets.

abdes commented 5 years ago

Thanks. This is very useful.