Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.17 KB

readme.md

File metadata and controls

44 lines (34 loc) · 1.17 KB

<project_name>

<project_description>

📃 Initial setup

🛠️ Building with vcpkg

  • clone with submodules to get vcpkg
  • run bootstrap and install dependencies

this can be done by running

# run in project root
sh ./scripts/vcpkg_setup.sh

🗏 using CLI

Toolchain-File of Vcpkg is included in the CMakeLists.txt in the root dir. Build normally or by running

# run in project root
sh ./scripts/build.sh

🖥️ using Clion UI

Link the installed vcpkg instance to clion: View > Tool Windows > Vcpkg > + > [root dir]/tooling/vcpkg

📃 Documentation

You can generate a documentation using doxygen. This will include files from src/ and doc/source/.
Documentation will be written to doc/out/.

# run in project root
doxygen doc/DoxyFile

# open the documentation
start doc/out/html/index.html