This commit is contained in:
Massimiliano Culpo 2024-03-23 01:42:32 +01:00 committed by GitHub
commit ed2613b918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ if(LINUX AND BTOP_GPU)
target_link_libraries(btop ROCm)
endif()
if(NOT BTOP_STATIC)
target_link_libraries(btop ${CMAKE_DL_LIBS})
endif()
endif()
if(BTOP_USE_MOLD)