diff options
author | callum_linden <none@none> | 2015-03-26 04:35:13 +0100 |
---|---|---|
committer | callum_linden <none@none> | 2015-03-26 04:35:13 +0100 |
commit | 834a94caec7691a957c0816f38ac00d765fa5021 (patch) | |
tree | bb57516d842cfa9f44c6db40f0165ddbe615b81d /indra/cmake/CEFPlugin.cmake | |
parent | d368babe7cc84ac6d8532e9d2438620cfa6d172d (diff) |
point to new cef tpl with right headers, update cmaake and viewer_manifest logic to copy files to right place
Diffstat (limited to 'indra/cmake/CEFPlugin.cmake')
-rw-r--r-- | indra/cmake/CEFPlugin.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/cmake/CEFPlugin.cmake b/indra/cmake/CEFPlugin.cmake index 84cfaac074..682aeea6b9 100644 --- a/indra/cmake/CEFPlugin.cmake +++ b/indra/cmake/CEFPlugin.cmake @@ -13,6 +13,11 @@ else (USESYSTEMLIBS) endif (USESYSTEMLIBS) if (WINDOWS) + set(CEF_PLUGIN_LIBRARIES + libcef.lib + libcef_dll_wrapper.lib + llceflib.lib + ) elseif (DARWIN) elseif (LINUX) endif (WINDOWS) |