summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e629a9bb0..063ba0cf6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -258,6 +258,7 @@ SET(APR_SOURCES
dbm/sdbm/sdbm_pair.c
dso/win32/dso.c
encoding/apr_base64.c
+ encoding/apr_encode.c
encoding/apr_escape.c
file_io/unix/copy.c
file_io/unix/fileacc.c
@@ -363,6 +364,7 @@ SET(APR_TEST_SOURCES
test/testdso.c
test/testdup.c
test/testenv.c
+ test/testencode.c
test/testescape.c
test/testfile.c
test/testfilecopy.c