Project4-CUDA-Rasterizer
Project4-CUDA-Rasterizer copied to clipboard
update CMake 3.8 support for CUDA 9, makes CUDA C++ an intrinsically …
…supported language
(add_executable instead of cuda_add_executable and add_library instead of cuda_add_library) see https://devblogs.nvidia.com/parallelforall/building-cuda-applications-cmake/
Noticed this project through twitter, here: https://twitter.com/pjcozzi/status/932394589956247553, tried compiling it with Visual Studio 2017, CUDA 9, it failed. This patch makes it work (at least for me).
Project well done, rendering looks great!