Newer
Older
# -*- cmake -*-
include(CURL)
include(OpenSSL)
Monty Brandenberg
committed
include(Boost)
set(LLCOREHTTP_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llcorehttp
${CURL_INCLUDE_DIRS}
${OPENSSL_INCLUDE_DIRS}
Monty Brandenberg
committed
${BOOST_INCLUDE_DIRS}
set(LLCOREHTTP_LIBRARIES llcorehttp
${BOOST_COROUTINE_LIBRARY}
${BOOST_CONTEXT_LIBRARY}
${BOOST_SYSTEM_LIBRARY})