file(GLOB hex_SRC *.cpp *.hpp)

include_directories(${Boost_INCLUDE_DIRS})
include_directories(${top_srcdir}/src
        ${top_srcdir}/src/util
        ${top_srcdir}/src/book
        ${top_srcdir}/src/smartgame
        ${top_srcdir}/src/gtpengine)
add_library(hex STATIC ${hex_SRC})
link_directories(/usr/local/Cellar/boost/1.64.0_1/lib/)
target_link_libraries(hex 
        util 
        book
        fuego_smartgame 
        fuego_gtpengine
        db)
