mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
add pragma in main header for needed libraries
This commit is contained in:
parent
01b9a26510
commit
42085a9330
|
@ -50,3 +50,7 @@ const std::string download_url = "https://github.com/tfussell/xlnt/archive/maste
|
||||||
#include "workbook/document_properties.hpp"
|
#include "workbook/document_properties.hpp"
|
||||||
#include "cell/value.hpp"
|
#include "cell/value.hpp"
|
||||||
#include "cell/comment.hpp"
|
#include "cell/comment.hpp"
|
||||||
|
|
||||||
|
#pragma comment(lib, "pugixml.lib")
|
||||||
|
#pragma comment(lib, "zlib.lib")
|
||||||
|
#pragma comment(lib, "xlnt.lib")
|
Loading…
Reference in New Issue
Block a user