sccn / xdf

BSD 2-Clause "Simplified" License
87 stars 34 forks source link

Add Julia submodule #54

Closed cbrnr closed 4 years ago

cbrnr commented 4 years ago

This adds a Julia submodule. Fixes https://github.com/xdf-modules/pyxdf/issues/72.

cbrnr commented 4 years ago

@cboulay feel free to merge.

chkothe commented 4 years ago

This submodule doesn't correctly mount for me when I clone the repo and/or pull the latest -- could it be that git submodule add wasn't used to add it?

cboulay commented 4 years ago

In addition to adding the .gitmodules change to the commit, @cbrnr forgot to add the Julia placeholder folder. I missed it when I merged. Sorry about that.

Now fixed.

cbrnr commented 4 years ago

Thanks @cboulay!