WT_ADD_EXAMPLE(demotreelist.wt DemoTreeList.C IconPair.C TreeNode.C)

INCLUDE_DIRECTORIES(
  ${WT_INCLUDE_DIR}
)

ADD_DEPENDENCIES(demotreelist.wt wt ${EXAMPLES_CONNECTOR})
TARGET_LINK_LIBRARIES(demotreelist.wt ${SSL_LIBRARIES} ${BOOST_WT_LIBRARIES} ${BOOST_WTHTTP_LIBRARIES} ${ZLIB_LIBRARIES} ${ASIO_LIBRARIES})
