#include_directories(${Wt_INCLUDE_DIR} ${Boost_INCLUDE_DIRS})

add_executable(test.wt test.cpp)

target_link_libraries(test.wt ${Boost_LIBRARIES} wt wthttp wtdbo wtdbosqlite3 wtdbopostgres) #wtdbod wtdbosqlite3d wtdbopostgresd
