cmake: Add v8_context_snapshot.bin binary file

This commit is contained in:
Marshall Greenblatt
2017-11-27 12:16:23 -05:00
parent c9d6700b30
commit 6f5973b172

View File

@@ -199,6 +199,7 @@ if(OS_LINUX)
libcef.so
natives_blob.bin
snapshot_blob.bin
v8_context_snapshot.bin
)
# List of CEF resource files.
@@ -423,6 +424,7 @@ if(OS_WINDOWS)
libGLESv2.dll
natives_blob.bin
snapshot_blob.bin
v8_context_snapshot.bin
swiftshader
)