Skip to content

Commit

Permalink
Merge pull request #27 from ncfavier/glew
Browse files Browse the repository at this point in the history
Use the GLEW::glew CMake target
  • Loading branch information
svenstaro authored Mar 25, 2023
2 parents 4dd42cd + abd2961 commit 409d4a4
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 @@ -63,7 +63,7 @@ target_link_libraries(graphics
${SDL_IMAGE_LIBRARIES}
${OPENAL_LIBRARY}
${GTK2_LIBRARIES}
${GLEW_LIBRARIES}
GLEW::glew
${FREETYPE_LIBRARIES}
${X11_LIBRARIES}
${CURSES_LIBRARIES}
Expand Down

0 comments on commit 409d4a4

Please sign in to comment.