View of /linden_release/linden/indra/cmake/LLCommon.cmake
Parent Directory
|
Revision Log
Revision 57 -
(download)
(annotate)
Wed Nov 19 00:33:37 2008 UTC (4 years, 6 months ago) by mjm
File size: 347 byte(s)
Wed Nov 19 00:33:37 2008 UTC (4 years, 6 months ago) by mjm
File size: 347 byte(s)
Importing Linden release 1.21.6 for merging future releases.
# -*- cmake -*-
include(APR)
include(Boost)
include(EXPAT)
include(ZLIB)
set(LLCOMMON_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llcommon
${APRUTIL_INCLUDE_DIR}
${APR_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
)
set(LLCOMMON_LIBRARIES
llcommon
${APRUTIL_LIBRARIES}
${APR_LIBRARIES}
${EXPAT_LIBRARIES}
${ZLIB_LIBRARIES}
)
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

