cg-saarland / hagrid

Implementation of the paper: `GPU Ray Tracing using Irregular Grids`
MIT License
51 stars 7 forks source link

Fix linking error by moving cuda and pthread last #1

Closed karjonas closed 6 years ago

karjonas commented 6 years ago

This fixes the issues I had when compiling on Ubuntu 16.04. Cuda libraries need to be after hagrid and pthread which is implicitly added by sdl2 needs to be after cuda.