sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

Add CMake support to include it easily as git submodule

Open tfabbri opened this issue 7 years ago • 4 comments

At the moment to use this library as submodule into an existing cmake project, it requires the use of ExternalProject_Add. It will be useful to add the support to cmake.

tfabbri avatar Jun 05 '17 15:06 tfabbri

@tfabbri Good idea, are you willing to send a PR :-) ?

aminroosta avatar Jun 05 '17 17:06 aminroosta

I'll try to have a look into that.

tfabbri avatar Jun 06 '17 06:06 tfabbri

It doesn't take that. This is header only, except the tests. Just set it as an include directory. It works fine.

epsilon-phase avatar Sep 16 '17 19:09 epsilon-phase

@aggsol I'm probably too late, but you can check out my project's CMake which use this great library: https://github.com/v1993/generators/blob/master/markovSQLite3/CMakeLists.txt.

v1993 avatar Jan 11 '19 14:01 v1993