Commit 9d5f5797838ffe4935afc42ea34aa9ae808ba798

Authored by David Mayerich
1 parent 8a2d8a17

undid Jack's changes

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -70,13 +70,14 @@ include_directories( @@ -70,13 +70,14 @@ include_directories(
70 #create an executable file 70 #create an executable file
71 cuda_add_executable(netmets main.cu) 71 cuda_add_executable(netmets main.cu)
72 72
  73 +message(${GLEW_GLEW_LIBRARY})
73 #set the link libraries 74 #set the link libraries
74 target_link_libraries(netmets 75 target_link_libraries(netmets
75 # ${OpenGL_LIBRARIES} 76 # ${OpenGL_LIBRARIES}
76 ${OPENGL_gl_LIBRARY} 77 ${OPENGL_gl_LIBRARY}
77 ${OPENGL_glu_LIBRARY} 78 ${OPENGL_glu_LIBRARY}
78 ${GLUT_LIBRARIES} 79 ${GLUT_LIBRARIES}
79 - ${GLEW_LIBRARY} 80 + ${GLEW_GLEW_LIBRARY}
80 ${CMAKE_THREAD_LIBS_INIT} 81 ${CMAKE_THREAD_LIBS_INIT}
81 #${ANN_LIBRARY} 82 #${ANN_LIBRARY}
82 ${X11_LIBRARIES} 83 ${X11_LIBRARIES}