/indra/cmake/ExamplePlugin.cmake
CMake | 16 lines | 13 code | 2 blank | 1 comment | 5 complexity | 1b12bbd587af655399d02247d51f29d4 MD5 | raw file
Possible License(s): LGPL-2.1
- # -*- cmake -*-
- include(Linking)
- include(Prebuilt)
- if (STANDALONE)
- set(EXAMPLEPLUGIN OFF CACHE BOOL
- "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
- else (STANDALONE)
- set(EXAMPLEPLUGIN ON CACHE BOOL
- "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
- endif (STANDALONE)
- if (WINDOWS)
- elseif (DARWIN)
- elseif (LINUX)
- endif (WINDOWS)