From fb2072deb3e50afdb062570a3a80ec1afb5bfb56 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 9 Dec 2017 01:14:41 +0100 Subject: Finished project config file parsing --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f9dbc47..3ed5c57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,9 @@ project(sibs) set(CMAKE_CXX_STANDARD 11) set(SOURCE_FILES - src/main.cpp src/FileUtil.cpp src/Conf.cpp) + src/main.cpp + src/FileUtil.cpp + src/Conf.cpp + external/xxhash.c) add_executable(sibs ${SOURCE_FILES}) \ No newline at end of file -- cgit v1.2.3