blob: c7ffaf024ec6e1fd2c390a3927d0f541515ad49c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- cmake -*-
include(Linking)
include(Prebuilt)
set(EXAMPLEPLUGIN ON CACHE BOOL
"EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
if (WINDOWS)
elseif (DARWIN)
elseif (LINUX)
endif (WINDOWS)
|