diff --git a/code/apps/client/CMakeLists.txt b/code/apps/client/CMakeLists.txt index 83084f7..a31bde7 100644 --- a/code/apps/client/CMakeLists.txt +++ b/code/apps/client/CMakeLists.txt @@ -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 )