mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03: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
|