PageRenderTime 36ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/cmake/LLUI.cmake

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