SqliteModernCpp / sqlite_modern_cpp

The C++14 wrapper around sqlite library
MIT License
896 stars 155 forks source link

Improve CMake to add sqlite_modern_cpp to other projects #228

Closed VitaliiDemediuk closed 11 months 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.