diff options
author | Simon Rettberg | 2015-10-12 11:54:05 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-10-12 11:54:05 +0200 |
commit | 3f2264e53c8525102def00ee26c83d330eafc94d (patch) | |
tree | 56dc18ef9e253314b1dcf050a25e652c5641400f | |
parent | [pwgui] Include cups.h (diff) | |
download | printergui-3f2264e53c8525102def00ee26c83d330eafc94d.tar.gz printergui-3f2264e53c8525102def00ee26c83d330eafc94d.tar.xz printergui-3f2264e53c8525102def00ee26c83d330eafc94d.zip |
Update cmake file
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d9b9cb..1034227 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,6 +135,7 @@ TARGET_LINK_LIBRARIES(printergui TARGET_LINK_LIBRARIES(printpwgui ${QT_LIBRARIES} + ${CUPS_LIBRARIES} ) # install |