tinverse / tsm

A Typed Hierarchical State Machine Framework in C++
https://tinverse.github.io/tsm/index.html
MIT License
41 stars 7 forks source link

Remove Glog dependency #5

Closed dibsonmuad closed 5 years ago

dibsonmuad commented 5 years ago

Currently tsm is dependent on Glog for logging. Removing that dependency will a. increase ease of integration into other projects b. simplify the CMake structure

dibsonmuad commented 5 years ago

Should be off of glog now.