SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
903 stars 156 forks source link

Improve CMake to add sqlite_modern_cpp to other projects #228

Closed VitaliiDemediuk closed 1 year ago

VitaliiDemediuk commented 1 year ago

I had problems with the TEST SOURCE_DIR variable being incorrectly defined after adding this library to my project. It seems that using CMAKE_CURRENT_SOURCE_DIR is more correct in this case.