filipdutescu / modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
The Unlicense
1.69k stars 214 forks source link

Update CMakeLists.txt #31

Closed Shahid-Roofi-Khan closed 2 years ago

Shahid-Roofi-Khan commented 2 years ago

PR corresponds to below issue: https://github.com/filipdutescu/modern-cpp-template/issues/30

It generates _DEBUG macro for LInux Platform so that both Unix and Windows can use same macro: _DEBUG for debug specific code