bricke / Qt-AES

Native Qt AES encryption class
The Unlicense
501 stars 187 forks source link

CMake build system support #36

Closed mikedld closed 3 years ago

mikedld commented 3 years ago

Adding CMake support seems like a good idea seeing that Qt 6 is moving to use CMake as its default build system.

This adds CMake build system with a few options. It makes it possible to either install a package (named QtAES) or use it as a subdirectory (directly or via FetchContent module); in either case, target named QtAES::QtAES is provided.

Options:

bricke commented 3 years ago

Thank you!