Added the new include folder to the Python builder

This commit is contained in:
Jorrit Wronski
2014-12-19 15:47:58 +01:00
parent c945055ec6
commit 6cbfc9efac

View File

@@ -211,7 +211,7 @@ if __name__=='__main__':
# Set variables for C++ sources and include directories
sources = find_cpp_sources(os.path.join(CProot,'src'), '*.cpp')
include_dirs = [os.path.join(CProot, 'include'), os.path.join(CProot, 'src'), os.path.join(CProot, 'externals', 'Eigen')]
include_dirs = [os.path.join(CProot, 'include'), os.path.join(CProot, 'src'), os.path.join(CProot, 'externals', 'Eigen'), os.path.join(CProot, 'externals', 'REFPROP-headers')]
## If the file is run directly without any parameters, clean, build and install
if len(sys.argv)==1: