source-inspector

GCC Clang MSVC 2019

Build instructions

git clone https://github.com/MichaelMiller-/source-inspector
cd source-inspector
mkdir _build
cd _build

If vcpkg is used for dependency management you have to tell cmake where to find the libraries.

cmake .. -DCMAKE_TOOLCHAIN_FILE=PATH_TO_VCPKG/vcpkg/scripts/buildsystems/vcpkg.cmake

Dependencies

  • Catch2
  • Qt
  • Boost
  • tinyxml
  • sqlite3
  • Clang Tooling