NVlabs / flip

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

basic cross platform CMake build and Linux build fixes #2

Closed jeffamstutz closed 3 years ago

jeffamstutz commented 3 years ago

Hi! I just finished a Linux port that might be worth sharing because I wanted to try out flip for some stuff I'm doing, but almost exclusively work on Linux. I'm very comfortable with CMake, so I ended up writing a minimal CMake build to build both flip and flip-cuda.

Here's what is in this MR:

Note that I did not change anything wrt the VS project files, so existing users should not be affected.

I'm happy to revise per anyone's request.

Cheers, Jeff