Begin build scripts for jetbrains cef

This commit is contained in:
Fritz Windisch
2023-08-07 15:59:20 +02:00
parent a88915018e
commit fc16a1d087
6 changed files with 2 additions and 52 deletions

View File

@@ -12,8 +12,6 @@ if exist "jcef\README.md" (echo "Found existing files to build" && cd jcef) ^
else (echo "Did not find files to build - cloning..." && GOTO :CLONE)
:BUILD
:: CMakeLists patching
python C:/patch_cmake.py CMakeLists.txt C:/CMakeLists.txt.patch
:: Prepare build dir
mkdir jcef_build && cd jcef_build