Skip to content

Commit 2b8a293

Browse files
committed
Updated CMakeLists.txt
1 parent e351481 commit 2b8a293

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.17.0)
1+
cmake_minimum_required(VERSION 3.16.0)
22

33
project(hash-dumper
44
VERSION 0.1
@@ -14,6 +14,7 @@ set(EXEC_SRC
1414
src/functional.c
1515
src/arg_parser.c
1616
src/dump_bootkey.c
17+
src/dump_hashes.c
1718
src/string-hashtable/hash_table.c
1819
)
1920

0 commit comments

Comments
 (0)