mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
Taggle doesn't have a dependency on Boost. I am a twit.
This commit is contained in:
parent
3d62ee558e
commit
f3e85f9d27
2 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
SUBDIRS = SAX Utils
|
SUBDIRS = SAX Utils Taggle
|
||||||
if WANT_DOM
|
if WANT_DOM
|
||||||
SUBDIRS += DOM
|
SUBDIRS += DOM
|
||||||
endif
|
endif
|
||||||
if WANT_XPATH
|
if WANT_XPATH
|
||||||
SUBDIRS += Taggle XPath XSLT
|
SUBDIRS += XPath XSLT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
#include <SAX/filter/Writer.hpp>
|
#include <SAX/filter/Writer.hpp>
|
||||||
#include <SAX/helpers/CatchErrorHandler.hpp>
|
#include <SAX/helpers/CatchErrorHandler.hpp>
|
||||||
#include <Taggle/Taggle.hpp>
|
#include <Taggle/Taggle.hpp>
|
||||||
#include <DOM/SAX2DOM/SAX2DOM.hpp>
|
|
||||||
#include <DOM/io/Stream.hpp>
|
|
||||||
#include <XPath/XPath.hpp>
|
|
||||||
|
|
||||||
int main(int argc, const char* argv[])
|
int main(int argc, const char* argv[])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue