diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e40969..014b8e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,4 +15,5 @@ include_directories( tde_add_library( ltdlc STATIC_PIC SOURCES ltdl.c + LINK ${DL_LIBRARIES} )