mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
5894bae195
It makes more sense to have a top-level meson.build file, for any projects that want to use this as a subproject. Signed-off-by: Steven Noonan <steven@valvesoftware.com>
8 lines
116 B
Meson
8 lines
116 B
Meson
project('GameNetworkingSockets', 'cpp', 'c',
|
|
default_options: [
|
|
'buildtype=debugoptimized',
|
|
]
|
|
)
|
|
|
|
subdir('src')
|