summaryrefslogtreecommitdiff
path: root/indra/cmake/LLCoreHttp.cmake
blob: 280189da3d53cbbe9d4ce578b0fea6215a61468b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- cmake -*-

include(CARes)
include(CURL)
include(OpenSSL)

set(LLCOREHTTP_INCLUDE_DIRS
    ${LIBS_OPEN_DIR}/llcorehttp
    ${CARES_INCLUDE_DIRS}
    ${CURL_INCLUDE_DIRS}
    ${OPENSSL_INCLUDE_DIRS}
    )

set(LLCOREHTTP_LIBRARIES llcorehttp)