cmake_minimum_required(VERSION 2.8.9) project(hmacsha256) include_directories(include) add_subdirectory(src) add_subdirectory(tests)