matlab - Asking mex to use several directories for #include files -
i read in documentation matlab's mex here following:
-ipathname : add pathname list of folders search #include files. not add space after switch.
how can ask mex use multiple include folders? provide them -ipath1 -ipath2 etc?
yes; example:
mex -iinclude/path/one -iinclude/path/two -i"include/path/with spaces" mymexfile.c
Comments
Post a Comment