mirror of https://github.com/axmolengine/axmol.git
19 lines
395 B
CMake
19 lines
395 B
CMake
set(_AX_NETWORK_HEADER
|
|
network/Downloader-curl.h
|
|
network/IDownloaderImpl.h
|
|
network/Downloader.h
|
|
network/Uri.h
|
|
network/HttpClient.h
|
|
network/HttpResponse.h
|
|
network/HttpRequest.h
|
|
network/HttpCookie.h
|
|
)
|
|
|
|
set(_AX_NETWORK_SRC
|
|
network/HttpClient.cpp
|
|
network/Downloader.cpp
|
|
network/Downloader-curl.cpp
|
|
network/HttpCookie.cpp
|
|
network/Uri.cpp
|
|
)
|