Fix glut library in CMakeLists
This commit is contained in:
parent
5e606e3120
commit
b6b027fbb3
|
@ -70,7 +70,7 @@ add_executable( fc2d
|
||||||
src/configfile.cpp
|
src/configfile.cpp
|
||||||
)
|
)
|
||||||
target_link_libraries( fc2d ${OpenCV_LIBS} ${OPENGL_LIBRARIES} ${WEBP_LIBRARIES}
|
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
|
add_executable( fc2dconfig
|
||||||
src/fc2dconfig.cpp
|
src/fc2dconfig.cpp
|
||||||
src/paths.cpp
|
src/paths.cpp
|
||||||
|
|
Loading…
Reference in a new issue