add pragma in main header for needed libraries

This commit is contained in:
Thomas Fussell 2014-07-28 18:22:57 -04:00
parent 01b9a26510
commit 42085a9330

View File

@ -50,3 +50,7 @@ const std::string download_url = "https://github.com/tfussell/xlnt/archive/maste
#include "workbook/document_properties.hpp"
#include "cell/value.hpp"
#include "cell/comment.hpp"
#pragma comment(lib, "pugixml.lib")
#pragma comment(lib, "zlib.lib")
#pragma comment(lib, "xlnt.lib")