project(tools)

include("${CMAKE_CURRENT_SOURCE_DIR}/../cmake/util.cmake")

add_executable(packer packer.cc)

fb_add_dep(packer lz4)
