]> git.treefish.org Git - seamulator.git/blobdiff - src/CMakeLists.txt
Play note on velocity sign change
[seamulator.git] / src / CMakeLists.txt
index 41c3754e5f815f8ea0671a66f0b4f89ee626de14..fb8b077378c2f68d9cbfe0d2b37d961dc1c585fd 100644 (file)
@@ -20,7 +20,7 @@ add_executable(seamulator seamulator.cpp
                           sea.cpp watersurface.cpp surfacepoint.cpp
                           seaview.cpp synthesizer.cpp dot.cpp)
 
-target_link_libraries(seamulator ${OPENGL_LIBRARIES} ${GLUT_LIBRARY}
+target_link_libraries(seamulator ${OPENGL_LIBRARIES} ${GLUT_LIBRARIES}
                                  ${FFTW_LIBRARIES} ${Boost_LIBRARIES}
                                  ${STK_LIBRARY} ${ALSA_LIBRARIES} Eigen3::Eigen)