Open Issues Need Help
View All on GitHub Developer Tools • Command Line Tools
FIX include folder about 2 months ago
AI Summary: This bug occurs when creating common libraries, where the include folder is generated but not correctly added to the main CMake file for inclusion. The issue arises after running `poetry install` and `poetry run cpp-proj-maker` with a common library, leading to the include directory not being automatically set as a project include path.
Complexity:
2/5
bug good first issue
Developer Tools • Command Line Tools
FIX cmake item target name about 2 months ago
AI Summary: This bug occurs when creating multiple libraries and/or executables using `cpp-proj-maker`. CMake generates duplicate target names, leading to an error because a target name can only exist once. The fix involves ensuring unique target names are generated for each item.
Complexity:
2/5
bug good first issue