encfs/vendor/github.com/muflihun/easyloggingpp/samples/STL/shared-static-libs
Valient Gough 5f0806c5cc Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master"
git-vendor-name: easylogging
git-vendor-dir: vendor/github.com/muflihun/easyloggingpp
git-vendor-repository: https://github.com/muflihun/easyloggingpp
git-vendor-ref: master
2017-08-05 23:23:41 -07:00
..
lib Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master" 2017-08-05 23:23:41 -07:00
.gitignore Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master" 2017-08-05 23:23:41 -07:00
compile_shared.sh Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master" 2017-08-05 23:23:41 -07:00
compile_static.sh Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master" 2017-08-05 23:23:41 -07:00
easylogging++.h Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master" 2017-08-05 23:23:41 -07:00
myapp.cpp Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master" 2017-08-05 23:23:41 -07:00
README.md Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master" 2017-08-05 23:23:41 -07:00

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