Skip to content

Package structure

KimBomm edited this page Feb 26, 2020 · 11 revisions
3rdparty
├ include
├ lib
│ ├ .           # Library files that are independent of the compilation(e.g *.o for gnuc)
│ ├ Debug       # Debug Library Files for Visual Studio
│ └ Release     # Release Library Files for Visual Studio
└ bin
  ├ .           # Shared library files that are independent of the compilation(e.g *.so for gnuc)
  ├ Debug       # Debug Shared library Files for Visual Studio
  └ Release     # Release Shared library Files for Visual Studio
Clone this wiki locally