e2d801b5f7
There's no reason for it to be a statically linked library anymore, it can be directly compiled into the plugin.
7 lines
159 B
CMake
7 lines
159 B
CMake
foreach(plugin ${PLUGINS})
|
|
if ("omemo" STREQUAL ${plugin})
|
|
add_subdirectory(signal-protocol)
|
|
endif ()
|
|
add_subdirectory(${plugin})
|
|
endforeach(plugin)
|