aboutsummaryrefslogtreecommitdiff
path: root/src/omemo/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Allow use of locally built libomemo-cXavier Del Campo Romero2023-08-121-1/+1
|
* omemo/CMakeLists.txt: allow using QXmpp from the build interfaceXavier Del Campo Romero2023-06-201-3/+4
|
* cmake: Omemo module: Respect BUILD_SHARED optionLinus Jahn2023-04-071-1/+5
| | | | Fixes #563.
* Support installing QXmpp with Qt 5 and Qt 6 in parallelLinus Jahn2023-04-071-14/+14
| | | | Closes #540.
* Fix library files install directory on windowsLinus Jahn2023-03-081-1/+3
| | | | | For details see: https://stackoverflow.com/a/22280842/4483773
* cmake: Use generate_export_header() instead of doing manuallyLinus Jahn2022-12-291-1/+1
| | | | | | | | | This is going to make it easier for us to maintain things. It's also consistent with the new QXmppOmemo module. This requires CMake 3.7 now. Closes #523.
* Split up OMEMO into extra moduleLinus Jahn2022-08-131-0/+91