Skip to content
Snippets Groups Projects
ExamplePlugin.cmake 386 B
Newer Older
# -*- cmake -*-
include(Linking)
include(Prebuilt)

    set(EXAMPLEPLUGIN OFF CACHE BOOL
        "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
    set(EXAMPLEPLUGIN ON CACHE BOOL
        "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")

if (WINDOWS)
elseif (DARWIN)
elseif (LINUX)
endif (WINDOWS)