Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 43b5bad

Browse files
committed
heck yea
1 parent 165db2b commit 43b5bad

File tree

5 files changed

+2589
-33
lines changed

5 files changed

+2589
-33
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.10)
44
project(SourceDEFUN VERSION 1.0.0)
55

66
# Add subdirectories as projects
7-
#add_subdirectory(client)
8-
#add_subdirectory(server)
7+
add_subdirectory(game/client)
8+
add_subdirectory(game/server)
99
add_subdirectory(materialsystem/swarmshaders)
1010
add_subdirectory(materialsystem/shaderlib)

create_solution.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
:hello
12
cmake -B build -A Win32
2-
pause
3+
pause
4+
goto hello

0 commit comments

Comments
 (0)