Skip to content

[CPP]. Optimizing Build Targets and Build Process #350

Open
@ColinLeeo

Description

@ColinLeeo

In the CPP project build, the following issues need to be addressed:

  1. gtest should be introduced to the repository as a third-party compressed package, without the need for downloading during the build process.
  2. Files that have already been downloaded should be checked to ensure they are not downloaded again unnecessarily.
  3. CPP header files need to be placed under the include directory. Currently, header files are directly referenced from the source code directory, which is unreasonable.
  4. Build scripts should include more interactive explanations.
  5. Allow users to compile and produce artifacts with full static linking, dynamic linking, and compressed static linking.
  6. Allow users to specify encoding compression dependencies during the build.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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