add option for matlab wrapper
parent
5311bc1b55
commit
cb9a77ee08
|
@ -209,7 +209,7 @@ function(wrap_library_internal interfaceHeader linkLibraries extraIncludeDirs ex
|
||||||
OUTPUT ${generated_cpp_file}
|
OUTPUT ${generated_cpp_file}
|
||||||
DEPENDS ${interfaceHeader} wrap ${module_library_target} ${otherLibraryTargets} ${otherSourcesAndObjects}
|
DEPENDS ${interfaceHeader} wrap ${module_library_target} ${otherLibraryTargets} ${otherSourcesAndObjects}
|
||||||
COMMAND
|
COMMAND
|
||||||
wrap
|
wrap --matlab
|
||||||
${modulePath}
|
${modulePath}
|
||||||
${moduleName}
|
${moduleName}
|
||||||
${generated_files_path}
|
${generated_files_path}
|
||||||
|
|
Loading…
Reference in New Issue