Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • Project-Lightbox
  • doug/linux-joystick
  • xenhat/keep-settings-on-gpu-change
  • xenhat/dedicated-gpu
  • xenhat/lluiparamscleanup
  • meshopt-upload
  • xenhat/slurl-handler
  • xenhat/pkgbuild
  • xenhat/alchemy-next-19
  • xenhat/cxx_debug_flags_typo
  • curl-tests
  • xenhat/hwdefaults
  • xenhat/discordrpc
  • xenhat/fix-nsis-warnings
  • alchemy-next-48
  • copypaste
  • poser
  • UI-Tweaks
  • mathstuff
20 results

ExamplePlugin.cmake

Blame
  • 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)