mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
Add RoundTrip example for XML Streaming API + backport lates libstudxml changes from upstream
This commit is contained in:
7
XML/samples/RoundTrip/CMakeLists.txt
Normal file
7
XML/samples/RoundTrip/CMakeLists.txt
Normal 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 )
|
||||
Reference in New Issue
Block a user