This commit is contained in:
2025-04-13 19:51:28 -05:00
parent aa5d859f4a
commit 80d15e7f48
7 changed files with 92 additions and 37 deletions

View File

@@ -44,9 +44,9 @@
modules/NetworkingModule/src/*.cpp \
-fpic -shared \
-I src -I include \
-I ${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets \
-lGameNetworkingSockets \
-DNETWORKINGMODULE_DYNAMIC \
-lGameNetworkingSockets
-lGL -lglfw -lGLEW \
-Wall \
-o $name
'';