mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Fixed build problems with .vcxproj
This commit is contained in:
parent
72c478078e
commit
6bc5209e26
4 changed files with 2 additions and 1 deletions
|
@ -3046,6 +3046,7 @@ def mk_vs_proj_cl_compile(f, name, components, debug):
|
|||
else:
|
||||
f.write(';')
|
||||
f.write(get_component(dep).to_src_dir)
|
||||
f.write(';%s\n' % os.path.join(REV_BUILD_DIR, SRC_DIR))
|
||||
f.write('</AdditionalIncludeDirectories>\n')
|
||||
f.write(' </ClCompile>\n')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue