Replies: 1 comment 3 replies
-
In principle, source code files automatically generated by tools should not be mixed with project source code, otherwise it will cause difficulties in git version management. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For projects created using "dg_ctl", the CSP files are placed in the views folder. Each time the project framework compiles, the converted C++source files of the CSP files are automatically placed in the build directory. An attempt has been made to modify the 'dynamic_views_output_path' entry in the configuration file, which appears to have no effect. So what should be done to keep the C++source files generated by the CSP file in the views folder during compilation?
Beta Was this translation helpful? Give feedback.
All reactions