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 7b61400 commit 0e470f5Copy full SHA for 0e470f5
CMakeLists.txt
@@ -149,10 +149,15 @@ if (NOT APPLE)
149
COPY_FILES("gstcef" "${CEF_BINARY_FILES}" "${CEF_BINARY_DIR}" "${CEF_TARGET_OUT_DIR}")
150
COPY_FILES("gstcef" "${CEF_RESOURCE_FILES}" "${CEF_RESOURCE_DIR}" "${CEF_TARGET_OUT_DIR}")
151
install(
152
- DIRECTORY "${CEF_RESOURCE_DIR}" "${CEF_BINARY_DIR}"
+ DIRECTORY "${CEF_RESOURCE_DIR}"
153
DESTINATION .
154
USE_SOURCE_PERMISSIONS
155
)
156
+ install(
157
+ DIRECTORY ${CEF_TARGET_OUT_DIR}/
158
+ DESTINATION .
159
+ USE_SOURCE_PERMISSIONS
160
+ )
161
else()
162
# Unlike in other OSes, CEF on macOS relies on several independent "helper"
163
# app bundles to call up different sandboxed aspects of the CEF process.
0 commit comments