cmake: windows: add the jami-core to the project

Change-Id: Ieeeb8bbf3d032fb9595b6f76a49ab8027dad7d99
This commit is contained in:
Andreas Traczyk
2023-10-30 17:36:07 -04:00
parent 38e5d0967a
commit 3e17a9b247
4 changed files with 33 additions and 32 deletions

View File

@@ -364,13 +364,7 @@ def cwd(path):
def run_install(args):
# Platforms with special compilation scripts
if args.distribution == WIN32_DISTRIBUTION_NAME:
if args.pywinmake:
with cwd('daemon'):
execute_script(['git submodule update --init'])
execute_script(['python -m pip install extras/scripts/pywinmake'])
execute_script(['python extras/scripts/winmake.py'])
execute_script(['python extras/scripts/winmake.py --base-dir compat/msvc'])
else:
if not args.pywinmake:
with cwd('daemon/compat/msvc'):
execute_script([f'python winmake.py -iv -s {args.sdk} -b daemon'])