X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/94e405360849659ff951816a13cf510f11a7eee7..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})