The ones that remain blocking are the ones that run on different threads; see Task, yet another big mess to clean up.
18 lines
234 B
Meson
18 lines
234 B
Meson
client_files = files(
|
|
'MD5.cpp',
|
|
'SaveFile.cpp',
|
|
'SaveInfo.cpp',
|
|
'ThumbnailRendererTask.cpp',
|
|
'Client.cpp',
|
|
'GameSave.cpp',
|
|
'User.cpp',
|
|
)
|
|
|
|
subdir('http')
|
|
|
|
powder_files += client_files
|
|
|
|
render_files += files(
|
|
'GameSave.cpp',
|
|
)
|