Starting linux64 support

This commit is contained in:
Siana Gearz
2012-02-25 08:19:58 +01:00
parent 0bdf54e6d9
commit d4cfc10609
6 changed files with 72 additions and 44 deletions

View File

@@ -19,5 +19,5 @@ else (STANDALONE)
else (WINDOWS)
set(CARES_LIBRARIES cares)
endif (WINDOWS)
set(CARES_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/ares)
set(CARES_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/ares ${LIBS_PREBUILT_DIR}/include/ares )
endif (STANDALONE)