svn commit: r1920369 - in /apr/apr-util/branches/1.7.x: ./ CMakeLists.txt
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 1 21:22:31 2024
New Revision: 1920369
URL: http://svn.apache.org/viewvc?rev=1920369&view=rev
Log:
Merge r1858334 and r1858335 from apr/trunk:
* Follow-up to r1839819: Register jose/*.c in CMake build.
* Follow-up to r1835348: Register json/*.c in CMake build.
Modified:
apr/apr-util/branches/1.7.x/ (props changed)
apr/apr-util/branches/1.7.x/CMakeLists.txt
Propchange: apr/apr-util/branches/1.7.x/
------------------------------------------------------------------------------
Merged /apr/apr/trunk:r1858334-1858335
Modified: apr/apr-util/branches/1.7.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/CMakeLists.txt?rev=1920369&r1=1920368&r2=1920369&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/CMakeLists.txt (original)
+++ apr/apr-util/branches/1.7.x/CMakeLists.txt Sun Sep 1 21:22:31 2024
@@ -207,6 +207,12 @@ SET(APR_SOURCES
dbm/sdbm/sdbm_lock.c
dbm/sdbm/sdbm_pair.c
encoding/apr_base64.c
+ jose/apr_jose.c
+ jose/apr_jose_decode.c
+ jose/apr_jose_encode.c
+ json/apr_json.c
+ json/apr_json_decode.c
+ json/apr_json_encode.c
hooks/apr_hooks.c
memcache/apr_memcache.c
misc/apr_date.c