diff --git a/CMakeLists.txt b/CMakeLists.txt index d35c890..f84a96d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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