aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 c718375..637e47f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ configure_file(version.h.in version.h)
include_directories("${CMAKE_BINARY_DIR}")
add_library(relocate
- STATIC reloc.c)
+ STATIC reloc.c reloc_error.c)
add_executable(reloc main.c)