PageRenderTime 326ms CodeModel.GetById 310ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/cmake/ExamplePlugin.cmake

https://bitbucket.org/lindenlab/viewer-beta/
CMake | 16 lines | 13 code | 2 blank | 1 comment | 5 complexity | 1b12bbd587af655399d02247d51f29d4 MD5 | raw file
Possible License(s): LGPL-2.1
  1. # -*- cmake -*-
  2. include(Linking)
  3. include(Prebuilt)
  4. if (STANDALONE)
  5. set(EXAMPLEPLUGIN OFF CACHE BOOL
  6. "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
  7. else (STANDALONE)
  8. set(EXAMPLEPLUGIN ON CACHE BOOL
  9. "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
  10. endif (STANDALONE)
  11. if (WINDOWS)
  12. elseif (DARWIN)
  13. elseif (LINUX)
  14. endif (WINDOWS)