Select Git revision
CMakeLists.txt 221 B
find_package(OpenGL REQUIRED)
find_package(GLUT REQUIRED)
add_executable(nbody
main.cpp
n_body.cpp
glut_grapher.cpp
)
target_link_libraries(nbody shared_code optimization ${OPENGL_LIBRARIES} ${GLUT_LIBRARY})