diff --git a/externals/glad/CMakeLists.txt b/externals/glad/CMakeLists.txt index c69f3de0b..63020c64f 100644 --- a/externals/glad/CMakeLists.txt +++ b/externals/glad/CMakeLists.txt @@ -10,5 +10,5 @@ create_directory_groups(${SRCS} ${HEADERS}) add_library(glad STATIC ${SRCS} ${HEADERS}) target_include_directories(glad PUBLIC "include/") if (LINUX) - target_link_libraries(glad PRIVATE dl) + target_link_libraries(glad dl) endif()