From 56af624741c8d160b4af616af2a54764bada5311 Mon Sep 17 00:00:00 2001 From: "arthur.jamet" Date: Tue, 18 May 2021 14:36:30 +0200 Subject: [PATCH] update cmake's includes --- lib/Ray/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Ray/CMakeLists.txt b/lib/Ray/CMakeLists.txt index 4cd45a25..d28ff5e1 100644 --- a/lib/Ray/CMakeLists.txt +++ b/lib/Ray/CMakeLists.txt @@ -16,7 +16,10 @@ set(HEADERS include/Canvas.hpp include/Color.hpp include/Font.hpp + include/IRessource.hpp include/Matrix.hpp + include/Mesh.hpp + include/Model.hpp include/Vector.hpp include/Window.hpp include/Audio/IAudio.hpp @@ -32,6 +35,7 @@ set(HEADERS include/Controllers/Mouse.hpp include/Drawables/ADrawable2D.hpp include/Drawables/ADrawable3D.hpp + include/Drawables/IDrawable.hpp include/Drawables/Image.hpp include/Drawables/Texture.hpp include/Drawables/2D/Circle.hpp