From b85bae06b45a02f89c08065fd672b969d4c43f1b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 24 Dec 2019 15:43:17 -0500 Subject: Add version_spec.c --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c8377ff..d866ef0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ include_directories( ${CMAKE_BINARY_DIR}/include ) -add_executable(spm spm.c config.c compat.c deps.c fs.c rpath.c find.c shell.c archive.c strings.c relocation.c install.c config_global.c manifest.c checksum.c extern/url.c) +add_executable(spm spm.c config.c compat.c deps.c fs.c rpath.c find.c shell.c archive.c strings.c relocation.c install.c config_global.c manifest.c checksum.c extern/url.c version_spec.c) target_link_libraries(spm rt crypto ssl curl) install( TARGETS spm -- cgit