mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-30 15:33:36 +00:00
Merge pull request #43 from authorisation/dev
fix(CMakeLists): add early check for libGLU
This commit is contained in:
commit
46b83ebe15
|
|
@ -5223,6 +5223,7 @@ if(UNIX AND NOT APPLE)
|
|||
find_package(OpenGL REQUIRED)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(GLFW3 REQUIRED glfw3)
|
||||
pkg_check_modules(GLU REQUIRED glu)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE
|
||||
${GLFW3_INCLUDE_DIRS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue