Skip to content
Snippets Groups Projects

Initial binary wheel setup

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,6 +2,6 @@
@@ -2,6 +2,6 @@
git init
git init
git add --all
git add --all
git commit -m "initial commit"
git commit -m "initial commit" --author="Lukken <lukken@astron.nl>" --no-edit
git tag v0.0.1
git tag v0.0.1
git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils
git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils
 
\ No newline at end of file
Loading