From 77dddef4153688218bec0b50f547622daa18903d Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Wed, 28 Jan 2026 13:24:36 -0600 Subject: Move input to separate file - Input is handled in a separate thread, its all kind of unsafe right now but will fix later on --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f86a139..2b88db2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,4 +8,5 @@ add_executable(junkcraft engine.c chunk.c world.c + input.c ) -- cgit