This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/client/http/meson.build
Tamás Bálint Misius 513d2cae3e
Update tpt-libs
Also restructure meson.build and the ghactions workflow a bit, and enable -ffunction-sections and -fdata-sections.

Note that starcatcher uploads have not been tested and most likely don't work.
2022-09-03 07:01:21 +02:00

16 lines
256 B
Meson

client_files += files(
'APIRequest.cpp',
'AvatarRequest.cpp',
'GetUserInfoRequest.cpp',
'ImageRequest.cpp',
'Request.cpp',
'SaveUserInfoRequest.cpp',
'ThumbnailRequest.cpp',
)
if enable_http
client_files += files(
'RequestManager.cpp',
)
endif