We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57608c2 + 87a347c commit 707365eCopy full SHA for 707365e
1 file changed
CMakeLists.txt
@@ -42,7 +42,7 @@ set(SOURCES rm501.c trajgen.c)
42
add_executable(rm501 ${SOURCES})
43
44
find_package(OpenGL REQUIRED COMPONENTS OpenGL)
45
-#find_package(GLUT REQUIRED)
+find_package(GLUT REQUIRED)
46
47
if (NOT ${OPENGL_FOUND})
48
message(FATAL_ERROR "OpenGL not found")
@@ -60,5 +60,6 @@ target_link_libraries(rm501
60
SDL2_ttf
61
OpenGL::GL
62
OpenGL::GLU
63
+ GLUT::GLUT
64
m
65
)
0 commit comments