summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcorehttp/CMakeLists.txt')
-rw-r--r--indra/llcorehttp/CMakeLists.txt27
1 files changed, 15 insertions, 12 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt
index ae92fb96fd..85df5364db 100644
--- a/indra/llcorehttp/CMakeLists.txt
+++ b/indra/llcorehttp/CMakeLists.txt
@@ -23,17 +23,18 @@ include_directories(
set(llcorehttp_SOURCE_FILES
bufferarray.cpp
httpcommon.cpp
+ httpheaders.cpp
+ httpoptions.cpp
httprequest.cpp
httpresponse.cpp
- httpoptions.cpp
- httpheaders.cpp
- _httprequestqueue.cpp
+ _httplibcurl.cpp
+ _httpopcancel.cpp
_httpoperation.cpp
_httpoprequest.cpp
- _httpopcancel.cpp
- _httpreplyqueue.cpp
+ _httpopsetpriority.cpp
_httppolicy.cpp
- _httplibcurl.cpp
+ _httpreplyqueue.cpp
+ _httprequestqueue.cpp
_httpservice.cpp
_refcounted.cpp
)
@@ -48,17 +49,19 @@ set(llcorehttp_HEADER_FILES
httpoptions.h
httprequest.h
httpresponse.h
+ _assert.h
+ _httplibcurl.h
+ _httpopcancel.h
_httpoperation.h
_httpoprequest.h
- _httpopcancel.h
- _httprequestqueue.h
+ _httpopsetpriority.h
+ _httppolicy.h
+ _httpreadyqueue.h
_httpreplyqueue.h
+ _httprequestqueue.h
_httpservice.h
- _httppolicy.h
- _httplibcurl.h
- _assert.h
- _refcounted.h
_mutex.h
+ _refcounted.h
_thread.h
)