This is an automated email from the ASF dual-hosted git repository. tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit c3146a535d073616d686f72b9d5ef2f678447755 Author: Stephen Webb <[email protected]> AuthorDate: Fri Jan 31 17:59:52 2020 +1100 Add JSON appender and test --- src/main/cpp/CMakeLists.txt | 1 + src/test/cpp/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/cpp/CMakeLists.txt b/src/main/cpp/CMakeLists.txt index 3571cf5..cdf3034 100644 --- a/src/main/cpp/CMakeLists.txt +++ b/src/main/cpp/CMakeLists.txt @@ -67,6 +67,7 @@ target_sources(log4cxx inputstreamreader.cpp integer.cpp integerpatternconverter.cpp + jsonlayout.cpp layout.cpp level.cpp levelmatchfilter.cpp diff --git a/src/test/cpp/CMakeLists.txt b/src/test/cpp/CMakeLists.txt index 7a0ada9..793a30b 100644 --- a/src/test/cpp/CMakeLists.txt +++ b/src/test/cpp/CMakeLists.txt @@ -14,6 +14,7 @@ set(ALL_LOG4CXX_TESTS filetestcase hierarchytest hierarchythresholdtestcase + jsonlayouttest l7dtestcase leveltestcase loggertestcase
