move main.c to client-common

isolation_bkp/dynres
Dominik Madarász 2021-01-11 21:35:43 +01:00
parent c76eab22b2
commit 617e9742d3
1 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,7 @@ endif()
add_library(client-common STATIC
source/network.c
source/game.c
source/main.c
header/network.h
header/platform.h
@ -29,12 +30,10 @@ add_library(client-common STATIC
)
add_executable(eco2d-client
source/main.c
source/platform_raylib.c
)
add_executable(eco2d-cli
source/main.c
source/platform_text.c
)