From 79db3b2e02f2482e93060eef2ca1db22092bfe15 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 27 Jan 2021 18:47:26 +0100 Subject: conf: add cmakefile --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..c830847 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 2.8.9) +project(hmacsha256) + +include_directories(include) + +file(GLOB SOURCES "src/*.cc") + +add_executable(hmacsha256 ${SOURCES}) -- cgit v1.2.3-18-g5258