-
Notifications
You must be signed in to change notification settings - Fork 62
Add CMake Basics and Usage Documentation #4
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Introduce a section explaining CMake for building C++ projects. This will help beginners understand project setup and build configuration.
Actions:
-
Create a new folder:
cmake/orcpp/cmake/ -
Add docs covering:
- Basic
CMakeLists.txtstructure - Common commands and variables
- Example project with build instructions
- Basic
-
Optionally include tips for integrating with IDEs or Pybind11
Clear CMake documentation will make this repo more beginner-friendly and complete for C++ developers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation