• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

loot / libloot / 16480699031

23 Jul 2025 08:05PM UTC coverage: 92.805% (+0.1%) from 92.709%
16480699031

push

github

Ortham
Rename CMake target from loot to libloot

On Windows using "loot" causes a name collisions with LOOT itself:

- for the MSVC project name, it clashes with LOOT's own project, despite the difference in case. This means that you can't build LOOT in Visual Studio (running CMake on the CLI works though). This is only a problem when FetchContent is used and both projects appear in the same solution.
- for the PDB file, LOOT has LOOT.pdb and libloot has loot.pdb, which appear to be the same due to file paths being case-insensitive.

Changing the target name changes the filenames of the built artifact, e.g. loot.dll becomes libloot.dll, loot.pdb becomes libloot.pdb, and the Visual Studio project name also changes.

10629 of 11453 relevant lines covered (92.81%)

219.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

99.63
/src/database/mod.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc