Loading etc/scripts/make_module.sh +3 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,9 @@ done # Create directory mkdir "$MODDIR/$MODNAME" if [ $? != 0 ]; then exit 1 fi # Copy over CMake file and sources from Dummy: sed -e "s/Dummy/$MODNAME/g" $MODDIR/Dummy/CMakeLists.txt > $MODDIR/$MODNAME/CMakeLists.txt Loading Loading
etc/scripts/make_module.sh +3 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,9 @@ done # Create directory mkdir "$MODDIR/$MODNAME" if [ $? != 0 ]; then exit 1 fi # Copy over CMake file and sources from Dummy: sed -e "s/Dummy/$MODNAME/g" $MODDIR/Dummy/CMakeLists.txt > $MODDIR/$MODNAME/CMakeLists.txt Loading