-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Problem
Since, This Code/Project can be used by End user People, Open Source Contributors, we have to modularize the Code Snippets Present in the include and src Directory..
Description
The Nature of the Problem is Described in the Problem Section and a Possible Solution is Described in the Implementation Section.. CSRP can add/customize/build up on this Idea which might improve the Code's Standard..
Implementation
-
Create Additional Sub-Directories for Each Modules Present in the include and src Directory and then only individually link the Corresponding Code Snippets for Their Use..
-
Add Individual CMakeLists, CMake Files to every Sub - Directory Created so that the End-User can also CMake to Build the Projects Required..
Note:- CMake Should be done to individual include,src directories and a common which links all the individual CMakes in the Src and include directories..
- Updating the README Section to add details about how to Run the Code, and Adding Sections in the README which Details about the Individual Code Components and Explaining the Concept of the Code..
- I would be interested in implementing this feature.