From c0556f76fc5c8271c2eaa7ca91ad1c92c691d8bc Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 12 Jul 2023 22:57:53 +0200 Subject: Δt calculation and usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ce6b0c1..18bb4fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,8 @@ add_executable(meowcraft src/GFX/Util/Primitives.cpp src/GFX/Util/Primitives.hpp src/Math/AABB.hpp + src/Time.cpp + src/Time.hpp ) target_link_libraries(meowcraft glfw GLEW::GLEW) -- cgit 1.4.1