aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-12-17 09:41:52 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-12-17 09:41:52 -0500
commitfa992c8655f2fe27a97fe0e6768800a356de3744 (patch)
tree7fc38d4bd3ff47abe6b76ded773450b9b65d11b8 /CMakeLists.txt
parentfcf0e9159b76be699bc8560f853ece8bb2c7ff2e (diff)
downloadspmc-fa992c8655f2fe27a97fe0e6768800a356de3744.tar.gz
Dependencies are finally installable
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a130cda..f492572 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,5 +7,5 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
check_symbol_exists(strsep string.h HAVE_STRSEP)
configure_file(config.h.in config.h)
-add_executable(spm spm.c config.c spm.h config.h.in compat.c)
+add_executable(spm spm.c config.c spm.h config.h.in compat.c deps.c fstree.c)
target_link_libraries(spm rt)