mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Added the new include folder to the Python builder
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user