Linker settings for Linux/CEF

master
Nicky 2019-01-23 18:38:25 +01:00
parent 1a7a03432f
commit ed6780c40b
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ include(Linking)
include(Prebuilt)
if (USESYSTEMLIBS)
set(CEFPLUGIN OFF CACHE BOOL
set(CEFPLUGIN ON CACHE BOOL
"CEFPLUGIN support for the llplugin/llmedia test apps.")
else (USESYSTEMLIBS)
use_prebuilt_binary(dullahan)
@ -37,4 +37,9 @@ elseif (DARWIN)
)
elseif (LINUX)
set(CEF_PLUGIN_LIBRARIES
dullahan
cef
cef_dll_wrapper.a
)
endif (WINDOWS)