mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-29 18:55:39 +00:00
Merge pull request #43 from authorisation/dev
fix(CMakeLists): add early check for libGLU
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user