summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-04-28 18:32:28 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-04-28 18:32:28 +0000
commit0647b8d4c153bd1e77d92491fd850b73a8fc548d (patch)
treeb160b80dda9454ceec1271fc119eebd476febb14
parent4669f6de140bf274e6636768c9ba396f7dc64058 (diff)
downloadlibapr-0647b8d4c153bd1e77d92491fd850b73a8fc548d.tar.gz
Follow-up to r1839819: Register jose/*.c in CMake build.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1858334 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 063ba0cf6..37d05d2de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -277,6 +277,9 @@ SET(APR_SOURCES
file_io/win32/pipe.c
file_io/win32/readwrite.c
file_io/win32/seek.c
+ jose/apr_jose.c
+ jose/apr_jose_decode.c
+ jose/apr_jose_encode.c
hooks/apr_hooks.c
locks/win32/proc_mutex.c
locks/win32/thread_cond.c