Commit 9b7987d
committed
Add minimal CMakeLists.txt for IDE integration
Introduce a basic CMake configuration to help developers and
contributors import the project into IDEs and development tools that
rely on CMake for code navigation and build setup.
This CMake file is not intended as the primary method for building or
testing the project; the official build remains defined by the
Makefile. It serves only to improve development workflow and tooling
support.1 parent 0cfddea commit 9b7987d
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments