Select Git revision
ExamplePlugin.cmake
Forked from
Alchemy Viewer / Alchemy Viewer
12271 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ExamplePlugin.cmake 386 B
# -*- cmake -*-
include(Linking)
include(Prebuilt)
if (USESYSTEMLIBS)
set(EXAMPLEPLUGIN OFF CACHE BOOL
"EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
else (USESYSTEMLIBS)
set(EXAMPLEPLUGIN ON CACHE BOOL
"EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
endif (USESYSTEMLIBS)
if (WINDOWS)
elseif (DARWIN)
elseif (LINUX)
endif (WINDOWS)