From 7211f9c57204dc3b27327fc92352d99ad080a8db Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Sat, 25 Sep 2021 23:15:21 +0300 Subject: made it create a directory with files containing the output of the program --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a2b6a1c..8640830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ endif( NOT CMAKE_BUILD_TYPE) include_directories(${CMAKE_SOURCE_DIR}) set(SOURCES git_part.c + system_part.c volgit.c ) -- cgit v1.2.3