aboutsummaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
blob: 4322232bb51652b04f1a8cfbccf6a2b0c4a031c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
foreach(plugin ${PLUGINS})
  if ("omemo" STREQUAL ${plugin})
    add_subdirectory(signal-protocol)
  endif ()
  if ("openpgp" STREQUAL ${plugin})
    add_subdirectory(gpgme-vala)
  endif ()
  add_subdirectory(${plugin})
endforeach(plugin)