Moved curl stuff from indra/aistatemachine to indra/llmessage.
This commit is contained in:
@@ -18,24 +18,15 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
set(aistatemachine_SOURCE_FILES
|
set(aistatemachine_SOURCE_FILES
|
||||||
debug_libcurl.cpp
|
|
||||||
aistatemachine.cpp
|
aistatemachine.cpp
|
||||||
aitimer.cpp
|
aitimer.cpp
|
||||||
aicurl.cpp
|
|
||||||
aicurlthread.cpp
|
|
||||||
aicurleasyrequeststatemachine.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(aistatemachine_HEADER_FILES
|
set(aistatemachine_HEADER_FILES
|
||||||
CMakeLists.txt
|
CMakeLists.txt
|
||||||
|
|
||||||
debug_libcurl.h
|
|
||||||
aistatemachine.h
|
aistatemachine.h
|
||||||
aitimer.h
|
aitimer.h
|
||||||
aicurlprivate.h
|
|
||||||
aicurl.h
|
|
||||||
aicurlthread.h
|
|
||||||
aicurleasyrequeststatemachine.h
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set_source_files_properties(${aistatemachine_HEADER_FILES}
|
set_source_files_properties(${aistatemachine_HEADER_FILES}
|
||||||
|
|||||||
@@ -22,8 +22,12 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
set(llmessage_SOURCE_FILES
|
set(llmessage_SOURCE_FILES
|
||||||
|
aicurl.cpp
|
||||||
|
aicurleasyrequeststatemachine.cpp
|
||||||
|
aicurlthread.cpp
|
||||||
aihttpheaders.cpp
|
aihttpheaders.cpp
|
||||||
aihttptimeoutpolicy.cpp
|
aihttptimeoutpolicy.cpp
|
||||||
|
debug_libcurl.cpp
|
||||||
llhttpclient.cpp
|
llhttpclient.cpp
|
||||||
llares.cpp
|
llares.cpp
|
||||||
llareslistener.cpp
|
llareslistener.cpp
|
||||||
@@ -107,8 +111,13 @@ set(llmessage_SOURCE_FILES
|
|||||||
set(llmessage_HEADER_FILES
|
set(llmessage_HEADER_FILES
|
||||||
CMakeLists.txt
|
CMakeLists.txt
|
||||||
|
|
||||||
|
aicurl.h
|
||||||
|
aicurleasyrequeststatemachine.h
|
||||||
|
aicurlprivate.h
|
||||||
|
aicurlthread.h
|
||||||
aihttpheaders.h
|
aihttpheaders.h
|
||||||
aihttptimeoutpolicy.h
|
aihttptimeoutpolicy.h
|
||||||
|
debug_libcurl.h
|
||||||
llares.h
|
llares.h
|
||||||
llareslistener.h
|
llareslistener.h
|
||||||
llassetstorage.h
|
llassetstorage.h
|
||||||
|
|||||||
Reference in New Issue
Block a user