From 6cd00aacfa22fed6a54a9b812f6b069ad16feec0 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:24:42 +0500 Subject: Move game sources into src subdirectory --- game/CMakeLists.txt | 11 ----------- 1 file changed, 11 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 c6c32bf..0000000 --- a/game/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -if(BUILD_VCLIENT) - add_subdirectory(client) -endif() - -if(BUILD_VSERVER) - add_subdirectory(server) -endif() - -if(BUILD_VCLIENT OR BUILD_VSERVER) - add_subdirectory(shared) -endif() -- cgit