From 4a597220e6baac603c311df37d312a7110d9115c Mon Sep 17 00:00:00 2001 From: kyomawolf Date: Wed, 7 Feb 2024 22:13:18 +0100 Subject: [PATCH] added Keyboard to cmake install --- include/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 07be5c7a..44f9ccbb 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -16,6 +16,7 @@ install(FILES Functions.hpp Gamepad.hpp Image.hpp + Keyboard.hpp Material.hpp Matrix.hpp Mesh.hpp