summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-04-28 18:30:20 +0000
committerIvan Zhakov <ivan@apache.org>2019-04-28 18:30:20 +0000
commit22848256be7322daf28f5bb09d85db6e3ab329c8 (patch)
treea79b643c154a959ecbf40abb4f62e67aecfe8fa8 /CMakeLists.txt
parente347b5dfeef2efd9ca816816279be1e0a888c807 (diff)
downloadapr-22848256be7322daf28f5bb09d85db6e3ab329c8.tar.gz
Follow-up to r1834371: Register encoding/apr_encode.c and test/testencode.c
in CMake build. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1858333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CMakeLists.txt')
-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