Fix cmake file formatting.

This commit is contained in:
Felix Geyer
2012-05-21 23:37:29 +02:00
parent 76eb935024
commit a1a71a88bb
4 changed files with 152 additions and 129 deletions

View File

@@ -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})