A Simple CLI tool for C++/CMake project setup

2 Open Issues Need Help Last updated: Jan 31, 2026

Open Issues Need Help

View All on GitHub
bug good first issue

A Simple CLI tool for C++/CMake project setup

Python

AI Summary: The `cpp-proj-maker` tool incorrectly assigns the main project's target name to all generated libraries and executables. This design flaw causes CMake errors when a project includes multiple libraries or executables, as target names must be unique. The issue manifests as a CMake error stating that a target with the given name already exists.

Complexity: 3/5
bug good first issue

A Simple CLI tool for C++/CMake project setup

Python