cmake_minimum_required(VERSION 2.6)

project(LIBB64)

include_directories(include)
add_subdirectory(src)

