Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

masterl/default-c-cpp-project

Open more actions menu

Repository files navigation

Default C/C++ Project

Makefiles and folder structure for C/C++ development

Notes

  • Linux only (for now?)
  • This project expects both src and tests folder to contain a main file named main.EXT where EXT are any of the default C/C++ extensions
    • C:
      • .c
    • C++:
      • .cc
      • .cp
      • .cxx
      • .cpp
      • .CPP
      • .c++
      • .C
    • By "main file" we mean the file that actually contains a main function

Features:

  • Automatically detects subfolders
  • Compiler selection according to source extension

Tested on:

  • Manjaro

TODOs

See TODO.md

Dependencies:

  • For autotest.sh:

About

Makefiles and folder structure for C/C++ development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.