WT_ADD_EXAMPLE(treeviewexample.wt
  TreeViewExample.C
  TreeViewApplication.C
)

INCLUDE_DIRECTORIES(
  ${WT_INCLUDE_DIR}
)

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