GPSnoopy / RayTracingInVulkan

Implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.
BSD 3-Clause "New" or "Revised" License
1.28k stars 116 forks source link

CMake: Use create_symlink #39

Closed xantares closed 3 years ago

GPSnoopy commented 3 years ago

I had to revert this. CMake symbolic link creation on the latest Windows 10 either requires admin privileges or Developer mode turned on. :disappointed: