From 6c12e181f2aeece6b40e849b7ef2719be4ea1e92 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Mon, 12 Sep 2022 14:51:35 +0000 Subject: On 1.7.x branch: Merge r1901906 and r1901907 from 1.8.x branch. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1904013 13f79535-47bb-0310-9956-ffa450edef68 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4632c3c0..8e78d95b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,9 @@ SET(APR_PUBLIC_HEADERS_GENERATED 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 @@ -215,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 -- cgit v1.2.1