We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49610a6 + a3fa03b commit f56e647Copy full SHA for f56e647
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