There should be a templates/ directory with preconfigured project templates for libmem
That way we solve pretty much all libmem issues (/MT /MTd /MD /MDd annoyances)
Each project template would have it's own purpose (e.g DLL vs External, x86 vs x64), and it would contain a CMakeLists.txt file configuring everything
There should be a
templates/directory with preconfigured project templates for libmemThat way we solve pretty much all libmem issues (/MT /MTd /MD /MDd annoyances)
Each project template would have it's own purpose (e.g DLL vs External, x86 vs x64), and it would contain a CMakeLists.txt file configuring everything