mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 16:03:34 +01:00
5f0806c5cc
git-vendor-name: easylogging git-vendor-dir: vendor/github.com/muflihun/easyloggingpp git-vendor-repository: https://github.com/muflihun/easyloggingpp git-vendor-ref: master |
||
---|---|---|
.. | ||
lib | ||
.gitignore | ||
compile_shared.sh | ||
compile_static.sh | ||
easylogging++.h | ||
myapp.cpp | ||
README.md |
A Simple example of shared and static compilations
.
├── compile_shared.sh
├── compile_static.sh
├── lib
│ ├── include
│ │ ├── easylogging++.h
│ │ └── mylib.hpp
│ └── mylib.cpp
└── myapp.cpp
2 directories, 6 files