Skip to content
Snippets Groups Projects
Verified Commit e67ca64d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Meson build system: add missing dependency of perfect_foresight_problem MEX

parent a57f81b3
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ shared_module('num_procs', 'mex/sources/num_procs/num_procs.cc', kwargs : mex_kw ...@@ -250,7 +250,7 @@ shared_module('num_procs', 'mex/sources/num_procs/num_procs.cc', kwargs : mex_kw
perfect_foresight_problem_src = [ 'mex/sources/perfect_foresight_problem/perfect_foresight_problem.cc', perfect_foresight_problem_src = [ 'mex/sources/perfect_foresight_problem/perfect_foresight_problem.cc',
'mex/sources/perfect_foresight_problem/DynamicModelCaller.cc' ] 'mex/sources/perfect_foresight_problem/DynamicModelCaller.cc' ]
shared_module('perfect_foresight_problem', perfect_foresight_problem_src, kwargs : mex_kwargs, dependencies : openmp_dep) shared_module('perfect_foresight_problem', perfect_foresight_problem_src, kwargs : mex_kwargs, dependencies : [ openmp_dep, dl_dep ])
block_trust_region_src = [ 'mex/sources/block_trust_region/dulmage_mendelsohn.f08', block_trust_region_src = [ 'mex/sources/block_trust_region/dulmage_mendelsohn.f08',
'mex/sources/block_trust_region/matlab_fcn_closure.F08', 'mex/sources/block_trust_region/matlab_fcn_closure.F08',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment