Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-05-22 01:37:29 +0400
committerFelix Geyer <debfx@fobos.de>2012-05-22 01:37:29 +0400
commita1a71a88bb9d91eeabf5d8c2185e84a30d55b598 (patch)
tree3c41d629c6110d953123d3f1ffe0bcaef5b2017e /utils
parent76eb935024fd777b88e8d0373e9a046f7f0af4e4 (diff)
Fix cmake file formatting.
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index a75ef431e..c4aa5fa91 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -15,5 +15,10 @@
include_directories(../src)
-add_executable( kdbx-extract kdbx-extract.cpp )
-target_link_libraries( kdbx-extract keepassx_core ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${GCRYPT_LIBRARIES} ${ZLIB_LIBRARIES} )
+add_executable(kdbx-extract kdbx-extract.cpp)
+target_link_libraries(kdbx-extract
+ keepassx_core
+ ${QT_QTCORE_LIBRARY}
+ ${QT_QTGUI_LIBRARY}
+ ${GCRYPT_LIBRARIES}
+ ${ZLIB_LIBRARIES})