Skip to content

parthux1/project_preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<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

About

parthux1's C++ project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published