vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

cmake: use debug postfix #69

Closed drizt closed 9 years ago

drizt commented 9 years ago

This commit will useful for those who want to place both release and debug version of library in one directory. On Windows 'd' often is used as postfix for debug libraries. On Mac OS X '_debug' is standard. Qt uses this conventions too.