From 8952f17e278088be95094ddb8e81a09131c9154b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 10 Oct 2017 17:16:49 +0200 Subject: hawd json output module --- tests/hawd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hawd/CMakeLists.txt') diff --git a/tests/hawd/CMakeLists.txt b/tests/hawd/CMakeLists.txt index 7546920..8c9b389 100644 --- a/tests/hawd/CMakeLists.txt +++ b/tests/hawd/CMakeLists.txt @@ -23,6 +23,7 @@ set(SRCS modules/list.cpp modules/check.cpp modules/print.cpp + modules/json.cpp ) add_library(lib${PROJECT_NAME} SHARED ${lib_SRCS}) -- cgit v1.2.3