diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-10 17:16:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-10 17:16:49 +0200 |
commit | 8952f17e278088be95094ddb8e81a09131c9154b (patch) | |
tree | b9abd6bdcbf17501700e3e93650e91cfc0fa57a8 /tests/hawd/CMakeLists.txt | |
parent | 4c0fe06dc4f66309cc66d90692ea31c22d5246b1 (diff) | |
download | sink-8952f17e278088be95094ddb8e81a09131c9154b.tar.gz sink-8952f17e278088be95094ddb8e81a09131c9154b.zip |
hawd json output module
Diffstat (limited to 'tests/hawd/CMakeLists.txt')
-rw-r--r-- | tests/hawd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
23 | modules/list.cpp | 23 | modules/list.cpp |
24 | modules/check.cpp | 24 | modules/check.cpp |
25 | modules/print.cpp | 25 | modules/print.cpp |
26 | modules/json.cpp | ||
26 | ) | 27 | ) |
27 | 28 | ||
28 | add_library(lib${PROJECT_NAME} SHARED ${lib_SRCS}) | 29 | add_library(lib${PROJECT_NAME} SHARED ${lib_SRCS}) |