You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CPP project build, the following issues need to be addressed:
gtest should be introduced to the repository as a third-party compressed package, without the need for downloading during the build process.
Files that have already been downloaded should be checked to ensure they are not downloaded again unnecessarily.
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.
Build scripts should include more interactive explanations.
Allow users to compile and produce artifacts with full static linking, dynamic linking, and compressed static linking.
Allow users to specify encoding compression dependencies during the build.
The text was updated successfully, but these errors were encountered:
In the CPP project build, the following issues need to be addressed:
The text was updated successfully, but these errors were encountered: