We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4680154 commit a3fa03bCopy full SHA for a3fa03b
FindCEF.cmake
@@ -11,7 +11,7 @@ find_library(CEF_LIBRARY
11
12
find_library(CEFWRAPPER_LIBRARY
13
NAMES cef_dll_wrapper libcef_dll_wrapper
14
- PATHS ${CEF_ROOT_DIR}/build/libcef_dll)
+ PATHS ${CEF_ROOT_DIR}/build/libcef_dll ${CEF_ROOT_DIR}/build/libcef_dll_wrapper)
15
16
if (NOT CEF_LIBRARY)
17
message(FATAL_ERROR "Could not find the CEF shared library" )
0 commit comments