WEKarnesky / solarisskunkwerks

4 stars 1 forks source link

Migrate SSWlib to submodule #8

Closed Algebro7 closed 5 years ago

Algebro7 commented 5 years ago

This PR migrates SSWLib to a git submodule and fixes the NetBeans project structure to automatically resolve it as a dependency. After this PR, one simply needs to clone SSW with --recursive and it will automatically pull in sswlib and be able to build in netbeans without any configuration.

Note that for now, until develop gets rebased with master, git clone --recursive won't work. In the mean time, clone master normally, check out the develop branch, and run git submodule update --init --recursive to fetch the SSWLib submodule.