Skip to content

Migrate C++ build system from direct g++ to CMake #39

@deyna256

Description

@deyna256

Currently the project builds C++ code by directly passing all files to g++ using regex patterns and similar approaches. This is not maintainable. We should migrate to CMake for better dependency management, cross-platform support, and more robust build configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions