diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-27 15:02:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-27 15:02:37 +0200 |
commit | 421c249f1ff8e75ce646b6d94c0e0a141b30f2a8 (patch) | |
tree | 2ae6be28ab11cfcb6087001e62842b7da5a6c984 /superkaramba/src/CMakeLists.txt | |
parent | 5e3fd5744622dd3d7030427611f7ae588dc72dc6 (diff) | |
download | tdeutils-421c249f1ff8e75ce646b6d94c0e0a141b30f2a8.tar.gz tdeutils-421c249f1ff8e75ce646b6d94c0e0a141b30f2a8.zip |
Fix build on freebsd
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'superkaramba/src/CMakeLists.txt')
-rw-r--r-- | superkaramba/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/superkaramba/src/CMakeLists.txt b/superkaramba/src/CMakeLists.txt index b0f9a4e..8f560b6 100644 --- a/superkaramba/src/CMakeLists.txt +++ b/superkaramba/src/CMakeLists.txt @@ -56,6 +56,7 @@ tde_add_executable( superkaramba AUTOMOC svcgrp_python.cpp LINK tdeio-shared ${PYTHON_LIBRARIES} ${TDENEWSTUFF_LIBRARIES} + ${LIBKVM_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) |