mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
setup the include directory for MSVC
This commit is contained in:
@@ -14,6 +14,7 @@ if libraries==['']:
|
|||||||
if on_windows:
|
if on_windows:
|
||||||
cpath = '../c/pgf/'
|
cpath = '../c/pgf/'
|
||||||
extra_sources = [cpath+f for f in os.listdir(cpath) if f.endswith('.cxx')]
|
extra_sources = [cpath+f for f in os.listdir(cpath) if f.endswith('.cxx')]
|
||||||
|
includes+=["../c"]
|
||||||
else:
|
else:
|
||||||
extra_sources = []
|
extra_sources = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user