Closed mrakitin closed 2 years ago
Worked with @himanshugoel2797 on restructuring the project. The current structure looks like this (first 2 levels):
$ tree -L 2 . ├── CMakeLists.txt ├── COPYRIGHT.txt ├── README.txt ├── clients │ ├── igor │ └── python ├── cpp │ ├── cmake │ ├── src │ ├── vc │ └── xcode ├── docs │ ├── Doxyfile_core │ ├── Doxyfile_lib │ ├── Makefile │ ├── make.bat │ └── source └── examples ├── igor └── python 13 directories, 7 files
Resolves #7.
Closing, wrong target repo/branch.
Worked with @himanshugoel2797 on restructuring the project. The current structure looks like this (first 2 levels):
Resolves #7.