PageRenderTime 33ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/integration_tests/CMakeLists.txt

https://bitbucket.org/lindenlab/viewer-beta/
CMake | 8 lines | 7 code | 0 blank | 1 comment | 0 complexity | 4470207979a0d6f2045cb34a396c8876 MD5 | raw file
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. add_subdirectory(llui_libtest)
  3. IF (LLIMAGE_LIBTEST)
  4. MESSAGE(STATUS "Build llimage_libtest")
  5. add_subdirectory(llimage_libtest)
  6. ELSE (LLIMAGE_LIBTEST)
  7. MESSAGE(STATUS "Skip llimage_libtest")
  8. ENDIF (LLIMAGE_LIBTEST)