mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
added treewalker header to dependencies
This commit is contained in:
parent
b86aa05c29
commit
7574ae9253
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ cppunit_sources = ../CppUnit/framework/CppUnitException.h \
|
|||
../CppUnit/textui/TextTestResult.h
|
||||
|
||||
|
||||
test_sources = test_SAX.h
|
||||
test_sources = test_SAX.h \
|
||||
test_TreeWalker.hpp
|
||||
|
||||
sax2dom_test_SOURCES = main.cpp \
|
||||
$(cppunit_sources) \
|
||||
|
|
Loading…
Reference in a new issue