PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 1ms

/indra/cmake/LLLogin.cmake

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