cmake: Add v8_context_snapshot.bin binary file

This commit is contained in:
Marshall Greenblatt 2017-11-27 12:16:23 -05:00
parent facee1f750
commit 232a68480e
1 changed files with 2 additions and 0 deletions

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
)