Skip to content

Commit

Permalink
Merge r1917048 from trunk:
Browse files Browse the repository at this point in the history
  * Add apr_buffer to the CMake build.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920361 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 1, 2024
1 parent 7158697 commit d833931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ SET(APR_PUBLIC_HEADERS_STATIC
include/apr_anylock.h
include/apr_base64.h
include/apr_buckets.h
include/apr_buffer.h
include/apr_crypto.h
include/apr_date.h
include/apr_dbd.h
Expand Down Expand Up @@ -185,6 +186,7 @@ SET(APR_SOURCES
buckets/apr_buckets_refcount.c
buckets/apr_buckets_simple.c
buckets/apr_buckets_socket.c
buffer/apr_buffer.c
crypto/apr_crypto.c
crypto/apr_crypto_prng.c
crypto/apr_md4.c
Expand Down

0 comments on commit d833931

Please sign in to comment.