Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ColinLeeo opened this issue Dec 30, 2024 · 0 comments
Open

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

ColinLeeo opened this issue Dec 30, 2024 · 0 comments

Comments

@ColinLeeo
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant