X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/18258cd17adcc9e97a58926a9882d0e23683c59d..776129fef279847eb021c4657a6c0bece71c5d13:/src/CMakeLists.txt diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 41c3754..fb8b077 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)