1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-28 17:21:29 +00:00

fix build

This commit is contained in:
Lu Wang 2014-02-08 21:13:19 +08:00
parent 435a4e6dc2
commit d335ce0f70
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,6 @@ install:
- sudo apt-get install -qq libpoppler-dev libfontforge-dev libspiro-dev libcairo-dev libfreetype6-dev
before_script:
- cmake -DENABLE_SVG=ON .
- cat src/pdf2htmlEX-config.h
script:
- make
- make test

View File

@ -8,6 +8,8 @@
#include <GlobalParams.h>
#include "pdf2htmlEX-config.h"
#include "unicode.h"
namespace pdf2htmlEX {