Skip to content
  • Daniel Vrátil's avatar
    Fix linking tests with MSVC · ab4a463a
    Daniel Vrátil authored
    If the class is already exported from the library we cannot add the
    .cpp file to the test again - MSVC then complains that the symbol is
    exported twice (once from the test and once from the library that the
    test is linked against)
    ab4a463a