Skip to content

Commit

Permalink
Annotate EGL library per README crosslink
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Mar 20, 2024
1 parent b178313 commit 8543b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ elseif(INFOWARE_USE_OPENGL)
target_link_libraries(infoware PUBLIC opengl32)
elseif(NOT APPLE)
find_package(OpenGL REQUIRED)
target_link_libraries(infoware PUBLIC OpenGL::EGL)
target_link_libraries(infoware PUBLIC OpenGL::EGL) # libgl1-mesa-dev
else()
target_link_libraries(infoware PUBLIC "-framework OpenGL")
endif()
Expand Down

0 comments on commit 8543b0e

Please sign in to comment.