RayTracingInVulkan
RayTracingInVulkan copied to clipboard
CMake: Add install rule
ping @GPSnoopy
Hi @xantares,
I have to admit that I have little experience with the install
CMake command. So a few questions so I can understand this PR better:
- Where does it install by default (on Windows and Linux)?
- Are the assets also copied correctly to the right location?
- If not, what is the value of the install rule as opposed to running the binary from the
cmake-build/bin
directory?- IMHO such rules make sense if you can run the raytracer from the command line from any working directory, but I'm unconvinced that the executable would correctly locate its assets without changing the source code.
Cheers, Tanguy