Skip to content

Commit 756e487

Browse files
committed
Add missing dl dependency
1 parent a6a93d9 commit 756e487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/dependencies/Linux.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function(blue_find_dependencies_linux)
1111

1212
target_link_libraries(Dependencies INTERFACE
1313
SDL2::SDL2-static
14+
dl
1415
glm
1516
glad
1617
assimp

0 commit comments

Comments
 (0)