PageRenderTime 29ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/cmake/LLVFS.cmake

https://bitbucket.org/lindenlab/viewer-beta/
CMake | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | c373294374e1e813b33579d28da5d743 MD5 | raw file
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. set(LLVFS_INCLUDE_DIRS
  3. ${LIBS_OPEN_DIR}/llvfs
  4. )
  5. set(LLVFS_LIBRARIES llvfs)