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