Skip to content

Commit

Permalink
add missing GL includes in FTGL
Browse files Browse the repository at this point in the history
  • Loading branch information
linev authored and oshadura committed Mar 23, 2020
1 parent c9438b2 commit 3a7420b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graf3d/ftgl/CMakeLists.txt
Expand Up @@ -10,6 +10,8 @@

include_directories(${FREETYPE_INCLUDE_DIRS})

include_directories(${OPENGL_INCLUDE_DIR})

if(MACOSX_GLU_DEPRECATED)
add_definitions(-Wno-deprecated-declarations)
endif()
Expand Down

0 comments on commit 3a7420b

Please sign in to comment.