libigl / libigl-example-project

A blank project example showing how to use libigl and cmake.
Mozilla Public License 2.0
142 stars 121 forks source link

Why both GLFW aand GLUT being used in libigl-example-project #1

Closed Namdhari closed 8 years ago

Namdhari commented 8 years ago

Why both GLFW aand GLUT being used in libigl-example-project ? Referring libigl-example-project/CMakeLists.txt

find_package(GLFWH REQUIRED) include_directories( ${GLFW_INCLUDE_DIR}) find_package(GLUT REQUIRED)

Is it a mistake or deliberately done ?

alecjacobson commented 8 years ago

Yup, that was a mistake. I just pushed a fix affdffaf7128b33bf7ab3c48bb4af2acf86553a3.