22 |
|
|
23 |
meshadapter_test_path = str(esysroot) + '/finley/test/MeshAdapter' |
meshadapter_test_path = str(esysroot) + '/finley/test/MeshAdapter' |
24 |
escript_path = str(esysroot) + '/escript/inc' |
escript_path = str(esysroot) + '/escript/inc' |
25 |
finley_path = str(esysroot) + '/finley/inc' |
finley_path = str(esysroot) + '/finley/src/finley' |
26 |
|
finley_cppadapter_path = str(esysroot) + '/finley/src/finley/CPPAdapter' |
27 |
paso_path = str(esysroot) + '/paso/inc' |
paso_path = str(esysroot) + '/paso/inc' |
28 |
mmio_path = str(esysroot) + '/tools/mmio/inc' |
mmio_path = str(esysroot) + '/tools/mmio/inc' |
29 |
esysUtils_path = str(esysroot) + '/esysUtils/inc' |
esysUtils_path = str(esysroot) + '/esysUtils/inc' |
38 |
cpp_path = [meshadapter_test_path, |
cpp_path = [meshadapter_test_path, |
39 |
escript_path, |
escript_path, |
40 |
finley_path, |
finley_path, |
41 |
|
finley_cppadapter_path, |
42 |
paso_path, |
paso_path, |
43 |
mmio_path, |
mmio_path, |
44 |
esysUtils_path, |
esysUtils_path, |
56 |
|
|
57 |
libs = ['escriptcpp', |
libs = ['escriptcpp', |
58 |
'esysUtils', |
'esysUtils', |
59 |
'finleyC', |
'finleycpp', |
60 |
'paso', |
'paso', |
61 |
'mmio', |
'mmio', |
62 |
'CppUnitTest', |
'CppUnitTest', |