Skip to content

Commit 3142a41

Browse files
committed
Fix libdl.so-related linker error on some Linux systems/toolchains.
1 parent 875e3a0 commit 3142a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libprojectM/NativePresetFactory/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ target_link_libraries(NativePresetFactory
1616
PUBLIC
1717
GLM::GLM
1818
${PROJECTM_OPENGL_LIBRARIES}
19+
${CMAKE_DL_LIBS}
1920
)
2021

2122
set_target_properties(NativePresetFactory PROPERTIES

0 commit comments

Comments
 (0)