And forgot the .cmake library file.

master
Monty Brandenberg 2012-04-23 16:20:45 -04:00
parent 5611cb6d47
commit c09669da92
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,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)