utelle / SQLite3MultipleCiphers

SQLite3 encryption extension with support for multiple ciphers

Home Page:https://utelle.github.io/SQLite3MultipleCiphers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMakeLists.txt - add support for INSTALL command

jammerxd opened this issue · comments

CMakeLists needs to be updated to include support for the install command. The install command will copy all relevant sources into the bin, lib, include folders respectively.

Since I I have only limited experience with CMake, I will have to find out, how to do that. This will take some time.

On Linux like platforms you can use the autoconf/automake toolchain for which the install target is supported.

I'll try to make a PR that contains a prototype - it's actually really easy.

Great. TIA.