Browse Source

nanodbc: Add readme describing thirdparty module

7.0
Ian McInerney 3 years ago
parent
commit
31498673b7
  1. 8
      thirdparty/nanodbc/README.txt

8
thirdparty/nanodbc/README.txt

@ -0,0 +1,8 @@
This directory contains the nanodbc project from https://github.com/nanodbc/nanodbc
It is licensed under MIT, with the license text in this directory.
Note: The CMakeLists.txt file has been modified to remove the CXX flags nanodbc is
adding to the build. These flags were interfering with the Clang build, and also
including Werror is a bad idea.
Loading…
Cancel
Save