This introduces some API changes, like the new LLDirIterator, that causes changes elsewhere. It also include Log Linden's cache changes that aren't in viewer-development yet that increase the maximum cache size to ~10 GB.
13 lines
153 B
CMake
13 lines
153 B
CMake
# -*- cmake -*-
|
|
|
|
include(Boost)
|
|
|
|
set(LLVFS_INCLUDE_DIRS
|
|
${LIBS_OPEN_DIR}/llvfs
|
|
)
|
|
|
|
set(LLVFS_LIBRARIES
|
|
llvfs
|
|
${BOOST_REGEX_LIBRARY}
|
|
)
|