project(sha1)

cmake_minimum_required(VERSION 2.6)

add_library(sha1
  sha1.cpp
  sha1.hpp
)

