You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by iv...@apache.org on 2019/04/28 18:32:28 UTC

svn commit: r1858334 - /apr/apr/trunk/CMakeLists.txt

Author: ivan
Date: Sun Apr 28 18:32:28 2019
New Revision: 1858334

URL: http://svn.apache.org/viewvc?rev=1858334&view=rev
Log:
Follow-up to r1839819: Register jose/*.c in CMake build.

Modified:
    apr/apr/trunk/CMakeLists.txt

Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1858334&r1=1858333&r2=1858334&view=diff
==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Sun Apr 28 18:32:28 2019
@@ -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