aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-12-24 15:43:17 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-12-24 15:43:17 -0500
commitb85bae06b45a02f89c08065fd672b969d4c43f1b (patch)
treed508d77f3885fbba8c42f89b8a76aadc6c02e8aa /src/CMakeLists.txt
parent860d05aa8d580bbf3853db13bc25e9dfcb16f514 (diff)
downloadspmc-b85bae06b45a02f89c08065fd672b969d4c43f1b.tar.gz
Add version_spec.c
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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