mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
20a7affb70
In a handful of places we explicitly use add_dependencies() where the exact same libraries are also (implicitly) added as dependencies via target_link_libraries(). Remove the folder, which helps us remove some duplication with follow-up patches. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>