mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -04:00
6 lines
263 B
V
6 lines
263 B
V
module mysql
|
|
|
|
#flag windows -I@VEXEROOT/thirdparty/mysql/include
|
|
#flag windows @VEXEROOT/thirdparty/mysql/lib/libmysql.dll
|
|
#include <mysql.h> # Please install https://dev.mysql.com/downloads/installer/ , then put the include/ and lib/ folders in thirdparty/mysql
|