6 lines
257 B
V
6 lines
257 B
V
|
module mysql
|
||
|
|
||
|
#flag windows -I@VROOT/thirdparty/mysql/include
|
||
|
#flag windows @VROOT/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
|