fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
792 stars 126 forks source link

Adding debug postfix #78

Open hankarun opened 1 year ago

hankarun commented 1 year ago

Both debug and relase configurations creates same output file. This prevents installing library with two different configuration because of the targets overrides same output file. By adding debug postfix to the output file, project can be installed and using both release and debug targets.