Skip to content

Korky/CMakdules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMakdules

CMake Template Repository using Module Architecture with an External Program/Application Module to serve as entry point.

Getting Started

Project Structure

Here's a overview of the template project structure.

├── cmake
│   ├── CMakdules.cmake
│   └── CMakdulesUtils
│       └── MakeModule.cmake
├── CMakeLists.txt
├── CMakePresets.json
├── LICENSE
├── project_app
│   ├── CMakeLists.txt
│   ├── include
│   │   └── project_app.h
│   └── src
│       └── project_app.cpp
├── project_modules
│   ├── CMakeLists.txt
│   └── module_a
│       ├── CMakeLists.txt
│       ├── include
│       │   └── module_a.h
│       └── src
│           └── module_a.cpp
├── README.md
└── tests
    └── main.cpp

About

CMake App with Modules Arch design Build Template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published