Skip to content

Commit

Permalink
fix opengl dependency (due to removal in glbinding config)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume committed Oct 10, 2014
1 parent c8718d0 commit 27cb308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/globjects/CMakeLists.txt
Expand Up @@ -4,6 +4,7 @@ message(STATUS "Lib ${target}")

# External libraries

find_package(OpenGL REQUIRED)
find_package(GLM REQUIRED)
find_package(GLBinding REQUIRED)

Expand All @@ -22,6 +23,7 @@ include_directories(
# Libraries

set(libs
${OPENGL_LIBRARIES}
${GLBINDING_LIBRARIES}
)

Expand Down

0 comments on commit 27cb308

Please sign in to comment.