From 075aab2a573d1d850a4735bce356acd934d7082b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 24 Aug 2021 15:07:50 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1309682..549d306 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ joins and stops. Kind of overkill to implement a simple raytracer, but I needed something that would take time to render and would benefit from multiple threads. This example renders a scene with three lights and some spheres. + +# Legal Stuff + +The examples use [CMake](https://cmake.org/) as their build system. +[CMake's License.](https://gitlab.kitware.com/cmake/cmake/-/blob/master/Copyright.txt)