Make configuring the build more straight-forward by allowing the user to just specify the base path to the mysql libraries. These two new cmake variables where added:

MYSQL_ROOT - Points to something like "C:\Program Files\MySQL\MySQL Server 8.0"
MYSQLCPPCONN_ROOT - Points to something like "C:\Program Files\MySQL\mysql-connector-c++-8.1.0-winx64"

This will also make copying the required dlls easier, but that's outside the scope of this commit
This commit is contained in:
dwg
2025-09-16 20:03:36 +02:00
parent af326d1bc2
commit f8b98f3b6c
2 changed files with 19 additions and 4 deletions

3
.gitignore vendored
View File

@@ -2,3 +2,6 @@
/out
/bin
/build
/.vs
/CMakePresets.json
/CMakeUserPresets.json