mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix build
This commit is contained in:
parent
435a4e6dc2
commit
d335ce0f70
@ -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
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
#include <GlobalParams.h>
|
||||
|
||||
#include "pdf2htmlEX-config.h"
|
||||
|
||||
#include "unicode.h"
|
||||
|
||||
namespace pdf2htmlEX {
|
||||
|
Loading…
Reference in New Issue
Block a user