Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 355 Bytes

Hello

Template project for command line tools written in C and built with cmake and doxygen.

Customization Checklist

  • Update project name in CMakeLists.txt
  • Review compiler flags in CMakeLists.txt
  • Update target name in src/CMakeLists.txt
  • Add project name to AUTHORS file if required
  • Update main.c as required
  • Update this README file