MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

Cmake tweaks

Open joankaradimov opened this issue 2 years ago • 0 comments

This introduces three tweaks to CMakeLists.txt:

  • It fixes a problem in the resource compiler in MSVC caused by the add_compile_options ("-W4") option.
  • A linker error when TESTSUITE is disabled
  • It allows for a build that does not include the examples

Each is in a separate commit. Each commit has some more details in its description.

joankaradimov avatar Mar 15 '22 19:03 joankaradimov