You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2020/10/09 11:20:00 UTC

[qpid-proton] branch master updated: PROTON-2171: Re-add accidentally removed add_subdirectory() in c/CMakeLists.txt (#273)

This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new e51cab9  PROTON-2171: Re-add accidentally removed add_subdirectory() in c/CMakeLists.txt (#273)
e51cab9 is described below

commit e51cab9781a8ecb1c9c5d256e336b18fc273ed25
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Fri Oct 9 13:19:53 2020 +0200

    PROTON-2171: Re-add accidentally removed add_subdirectory() in c/CMakeLists.txt (#273)
---
 c/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c/CMakeLists.txt b/c/CMakeLists.txt
index dcbeae4..b8b5665 100644
--- a/c/CMakeLists.txt
+++ b/c/CMakeLists.txt
@@ -585,6 +585,7 @@ add_subdirectory(docs)
 if (BUILD_EXAMPLES)
   add_subdirectory(examples)
 endif (BUILD_EXAMPLES)
+add_subdirectory(tests)
 add_subdirectory(tools)
 
 install (DIRECTORY examples/


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org