diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2dc8c0639..cc9f7e9b9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -88,6 +88,7 @@ IF(NOT DISABLE_PLUGINS) ADD_DEFINITIONS(-DPLUGINS) LIST(APPEND STATIC_LIBS weechat_plugins) ADD_SUBDIRECTORY( plugins ) + LIST(APPEND EXTRA_LIBS dl) ENDIF(NOT DISABLE_PLUGINS) ADD_SUBDIRECTORY( common ) |