6eb1b53e60
Same reasoning as for the `openpgp` plugin.
4 lines
76 B
CMake
4 lines
76 B
CMake
foreach(plugin ${PLUGINS})
|
|
add_subdirectory(${plugin})
|
|
endforeach(plugin)
|