windows dlls, meet thy mxmake

This commit is contained in:
Vítor Santos Costa
2016-01-20 22:25:25 +00:00
parent f7207f3c9d
commit 3966bf2ee1
22 changed files with 99 additions and 37 deletions

View File

@@ -17,7 +17,8 @@ if (MATLAB_FOUND)
target_link_libraries(matlab libYap $(MATLAB_LIBRARIES) )
install(TARGETS matlab
LIBRARY DESTINATION ${dlls} )
LIBRARY DESTINATION ${dlls}
ARCHIVE DESTINATION ${dlls} )
endif (MATLAB_FOUND)