blob: 9a3b97635e92edba708b25c5ceb703a337289c97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if(NOT WITHOUT_OPENPGP)
add_subdirectory(gpgme-vala)
add_subdirectory(openpgp)
endif(NOT WITHOUT_OPENPGP)
if(NOT WITHOUT_OMEMO)
add_subdirectory(omemo)
add_subdirectory(signal-protocol)
endif(NOT WITHOUT_OMEMO)
|