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