diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-07 18:43:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-07 18:43:03 +0200 |
commit | b6e7be78f3e13275a8f217a4e01b304d97538641 (patch) | |
tree | ace45830fa61a930aecb4d73051fcbdc1a99559c /tests/hawd/CMakeLists.txt | |
parent | a6959d8414da1efbe90e7dbc364bffb6658bba74 (diff) | |
download | sink-b6e7be78f3e13275a8f217a4e01b304d97538641.tar.gz sink-b6e7be78f3e13275a8f217a4e01b304d97538641.zip |
HAWD::Formatter to print dataset
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 84c41ab..071f2ba 100644 --- a/tests/hawd/CMakeLists.txt +++ b/tests/hawd/CMakeLists.txt | |||
@@ -12,6 +12,7 @@ set(lib_SRCS | |||
12 | dataset.cpp | 12 | dataset.cpp |
13 | datasetdefinition.cpp | 13 | datasetdefinition.cpp |
14 | state.cpp | 14 | state.cpp |
15 | formatter.cpp | ||
15 | ) | 16 | ) |
16 | 17 | ||
17 | set(SRCS | 18 | set(SRCS |