Skip to content

Commit

Permalink
Create separate manifest for CompositeCefSubprocess.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreduvoisin committed Mar 21, 2019
1 parent a03c624 commit 4c1e9cf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -31,7 +31,7 @@ file(GLOB_RECURSE ENGINE_SRC_FILES
"${ENGINE_SRC_DIR}/*.manifest")
file(GLOB_RECURSE CEF_SUBPROCESS_SRC_FILES
"${CEF_SUBPROCESS_SRC_DIR}/*.cpp"
"${ENGINE_SRC_DIR}/*.manifest")
"${UI_SRC_DIR}/*.manifest")
file(GLOB_RECURSE ASSET_CONVERTER_SRC_FILES
"${ASSET_CONVERTER_SRC_DIR}/*.cpp"
"${ENGINE_SRC_DIR}/common/Math.cpp"
Expand Down
9 changes: 9 additions & 0 deletions ui/CompositeCefSubprocess.manifest
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
</assembly>
13 changes: 9 additions & 4 deletions ui/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c1e9cf

Please sign in to comment.