diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-10 08:49:45 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-11 01:02:32 +0100 |
commit | 558ca7f17ae4f6df48b999e98c4004a49549cd79 (patch) | |
tree | fd5dfb6a5dbe1768ce4a85fd3b804cf28bf366f2 /tests/hawd/CMakeLists.txt | |
parent | 49400da50b9095ea8b935135877ed76163552c7f (diff) | |
download | sink-558ca7f17ae4f6df48b999e98c4004a49549cd79.tar.gz sink-558ca7f17ae4f6df48b999e98c4004a49549cd79.zip |
print command
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 e15589a..413c86b 100644 --- a/tests/hawd/CMakeLists.txt +++ b/tests/hawd/CMakeLists.txt | |||
@@ -13,6 +13,7 @@ set(SRCS | |||
13 | module.cpp | 13 | module.cpp |
14 | modules/list.cpp | 14 | modules/list.cpp |
15 | modules/check.cpp | 15 | modules/check.cpp |
16 | modules/print.cpp | ||
16 | ) | 17 | ) |
17 | 18 | ||
18 | add_library(libhawd ${lib_SRCS}) | 19 | add_library(libhawd ${lib_SRCS}) |