aboutsummaryrefslogtreecommitdiff
path: root/src/omemo/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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