Skip to content

Commit 9ba7c5a

Browse files
committed
Add missing dl dependency
1 parent d6333d6 commit 9ba7c5a

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 @@ macro(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)