PageRenderTime 224ms CodeModel.GetById 6ms RepoModel.GetById 8ms app.codeStats 0ms

/indra/cmake/LLMath.cmake

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