1
0
forked from GitHub/gf-core

setup the include directory for MSVC

This commit is contained in:
Krasimir Angelov
2023-01-26 00:22:04 +01:00
parent 58e686c901
commit e689a35ee5

View File

@@ -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 = []