Updated meson.build to include additional DLLs needed on Windows
This commit is contained in:
@@ -23,9 +23,10 @@ endif
|
|||||||
|
|
||||||
#For Windows only
|
#For Windows only
|
||||||
ws2_dep = compiler.find_library('ws2_32', required: false)
|
ws2_dep = compiler.find_library('ws2_32', required: false)
|
||||||
|
winmm = compiler.find_library('winmm', required: false)
|
||||||
|
|
||||||
executable('pong',
|
executable('pong',
|
||||||
'main.cpp', 'easysock.cpp', 'sock.cpp','paddle.cpp', 'ball.cpp', 'numeric_base.cpp', 'connect_code.cpp', 'server.cpp', 'client.cpp',
|
'main.cpp', 'easysock.cpp', 'sock.cpp','paddle.cpp', 'ball.cpp', 'numeric_base.cpp', 'connect_code.cpp', 'server.cpp', 'client.cpp',
|
||||||
'serialization.c',
|
'serialization.c',
|
||||||
dependencies: [raylib, ws2_dep]
|
dependencies: [raylib, ws2_dep, winmm]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user