]> git.lizzy.rs Git - dragonblocks-bedrock.git/commitdiff
Update CMakeLists.txt 3.0.1
authorEliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com>
Fri, 14 Feb 2020 18:49:25 +0000 (19:49 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 18:49:25 +0000 (19:49 +0100)
Replace "freeglut" by "glut" because it doesnt work else

CMakeLists.txt

index 4f3b030a41a0e6c89f3adbfcee68b2ed2135fa98..c25d9da937d209868d4d4d806c78571057c9dc89 100644 (file)
@@ -17,7 +17,7 @@ add_executable(dragonblocks
 
 target_link_libraries(dragonblocks
        GL
-       freeglut
+       glut
        lua5.3
        pthread
        png16