summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-07-12 22:57:53 +0200
committerMel <einebeere@gmail.com>2023-07-12 22:58:34 +0200
commitc0556f76fc5c8271c2eaa7ca91ad1c92c691d8bc (patch)
treea7c10af8e912ae0fa4aec58b15d8a6496a288e4d /CMakeLists.txt
parentf09e5791837bb003f7c5db8c0e3162636bc9a9c2 (diff)
downloadmeowcraft-c0556f76fc5c8271c2eaa7ca91ad1c92c691d8bc.tar.zst
meowcraft-c0556f76fc5c8271c2eaa7ca91ad1c92c691d8bc.zip
Δt calculation and usage
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)