X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/c3490f1ce9931b4050db4d4e0f044cf61285e2c6..1c3ed2ee1ad119ea79307299696b623261e08d8a:/CMakeLists.txt?ds=sidebyside diff --git a/CMakeLists.txt b/CMakeLists.txt index aca8dab..63f645f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,5 +6,8 @@ find_package(OpenGL REQUIRED) find_package(GLUT REQUIRED) include_directories(${OPENGL_INCLUDE_DIRS} ${GLUT_INCLUDE_DIRS}) -add_executable(seamulator seamulator.cpp sea.cpp watersurface.cpp surfacepoint.cpp) +add_executable(seamulator seamulator.cpp + sea.cpp watersurface.cpp surfacepoint.cpp + seaview.cpp) + target_link_libraries(seamulator ${OPENGL_LIBRARIES} ${GLUT_LIBRARY})