Add RoundTrip example for XML Streaming API + backport lates libstudxml changes from upstream

This commit is contained in:
Marian Krivos
2015-08-23 14:38:57 +02:00
parent ce003c5522
commit eca1119c82
8 changed files with 615 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
set(SAMPLE_NAME "RoundTrip")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)
add_executable( ${SAMPLE_NAME} ${LOCAL_SRCS} )
target_link_libraries( ${SAMPLE_NAME} PocoXML PocoFoundation )