Skip to content
Snippets Groups Projects
Commit e33300e3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 91fe3a34
No related branches found
No related tags found
No related merge requests found
......@@ -103,11 +103,17 @@ else
endif
install-lib: lib
ifneq (${UNAME},WIN32MSVC)
mkdir -p ${includedir}/gmsh
rm -f ${includedir}/gmsh/*
cp -f ${GMSH_API} ${includedir}/gmsh
mkdir -p ${libdir}
cp -f lib/libGmsh${LIBEXT} ${libdir}/libGmsh${LIBSUFFIX}${LIBEXT}
else
erase ${includedir}\gmsh\*
copy ${subst /,\\,${GMSH_API}} ${includedir}\gmsh
copy lib\libGmsh${LIBEXT} ${libdir}\libGmsh${LIBSUFFIX}${LIBEXT}
endif
uninstall-lib:
rm -rf ${includedir}/gmsh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment