issues
search
MEONMedical
/
Log4Qt
Log4Qt - Logging for the Qt cross-platform application framework
Apache License 2.0
589
stars
236
forks
source link
Add support for cmake buildsystem
#20
Closed
chehrlic
closed
7 years ago
chehrlic
commented
7 years ago
This adds cmake buildsytem support to log4qt:
build shared/static Log4Qt lib
build with or without databaseappender
install find module to be able to find Log4Qt within a cmake script with a simple 'find_package(Log4Qt)' call
unit tests can be executed with 'make test'
This adds cmake buildsytem support to log4qt: