From bd57f345ed9dbed1d81683e48199626de2ea9044 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 27 Jun 2025 10:18:39 -0700 Subject: Restructure project --- game/CMakeLists.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 game/CMakeLists.txt (limited to 'game/CMakeLists.txt') diff --git a/game/CMakeLists.txt b/game/CMakeLists.txt deleted file mode 100644 index 3a88bb7..0000000 --- a/game/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -cmake_minimum_required(VERSION 3.0) - -add_subdirectory(src/plugins) - -project(game) - -add_executable(game - src/game.c) - -target_include_directories(game PRIVATE - src/) - -target_link_libraries(game PRIVATE - cstring - error - gfx - gfx-app - list - log - math - mempool - plugin) -- cgit v1.2.3