Fix glut library in CMakeLists

This commit is contained in:
Epicalert 2021-07-19 02:57:58 +08:00
parent 5e606e3120
commit b6b027fbb3
No known key found for this signature in database
GPG key ID: CAA46F858D0979BD

View file

@ -70,7 +70,7 @@ add_executable( fc2d
src/configfile.cpp
)
target_link_libraries( fc2d ${OpenCV_LIBS} ${OPENGL_LIBRARIES} ${WEBP_LIBRARIES}
${GLUT_LIBRARY} ${GLEW_LIBRARIES} zip Boxer fmt )
${GLUT_LIBRARY} GLEW::glew zip Boxer fmt )
add_executable( fc2dconfig
src/fc2dconfig.cpp
src/paths.cpp