NVlabs / flip

A tool for visualizing and communicating the errors in rendered images.
498 stars 41 forks source link

move main CMakeLists.txt to root dir for build system simplicity #4

Closed jeffamstutz closed 3 years ago

jeffamstutz commented 3 years ago

This fixes a CMake warning when building with CUDA and moves the main CMakeLists.txt file to the root dir for simplicity. Having it a directory down can be confusing when using the project with something like CMake's ExternalProject module.

jeffamstutz commented 3 years ago

Just amended the PR with README fixes.