mirror of https://github.com/axmolengine/axmol.git
19 lines
409 B
CMake
19 lines
409 B
CMake
set(COCOS_NETWORK_HEADER
|
|
network/CCDownloader-curl.h
|
|
network/CCIDownloaderImpl.h
|
|
network/CCDownloader.h
|
|
network/Uri.h
|
|
network/HttpClient.h
|
|
network/HttpResponse.h
|
|
network/HttpRequest.h
|
|
network/HttpCookie.h
|
|
)
|
|
|
|
set(COCOS_NETWORK_SRC
|
|
network/HttpClient.cpp
|
|
network/CCDownloader.cpp
|
|
network/CCDownloader-curl.cpp
|
|
network/HttpCookie.cpp
|
|
network/Uri.cpp
|
|
)
|