From 511deab4f22a6c25f33cce1e206b656d520ab7e6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 28 Feb 2020 01:06:35 -0500 Subject: Improvements: * Refactored a few function names * Can read package metadata * Can delete packages * Can download! and install packages at the same time * Can prompt the user before proceeding --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 06065a8..bac2769 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,6 +30,7 @@ add_executable(spm shlib.c user_input.c metadata.c + purge.c ) target_link_libraries(spm crypto ssl curl) -- cgit