summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-14 14:57:48 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-14 14:57:48 +0000
commit1f65e515cd55d774724e0b7b2c99281c68e20653 (patch)
treef69608138cff231e7163d4881e24771ababfc93e
parent61c7d3002f1f06d7ccaa84fafa989a6b3f86796a (diff)
downloadapr-1f65e515cd55d774724e0b7b2c99281c68e20653.tar.gz
On 1.8.x branch: Merge r1858333 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1901907 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44fa7144b..8e78d95b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -133,6 +133,7 @@ SET(APR_SOURCES
atomic/win32/apr_atomic.c
atomic/win32/apr_atomic64.c
dso/win32/dso.c
+ encoding/apr_encode.c
encoding/apr_escape.c
file_io/unix/copy.c
file_io/unix/fileacc.c
@@ -216,6 +217,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