dept2 / CuteLogger

Logger: simple, convinient and thread safe logger for Qt-based C++ apps
GNU Lesser General Public License v2.1
147 stars 96 forks source link

Added SignalAppender. Modified CMakeLists to install library and incl… #44

Closed simonmeaden closed 2 years ago

simonmeaden commented 2 years ago

…ude files to allow using cmake find_package().

simonmeaden commented 2 years ago

Added a SignalAppender class to use Qt signal/slots. Modified CMakeLists.txt to allow library to be installed correctly to allow cmake find_package() to work.