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
It would be cool to be able to also add created files to CMakeLists.txt (since it is the most modern build system).
For example, if an executable application is created, it would edit add_executable to add the created .h/.cc there, or other ways to add itself to the build configuration.
It would be cool to be able to also add created files to CMakeLists.txt (since it is the most modern build system).
For example, if an executable application is created, it would edit
add_executable
to add the created .h/.cc there, or other ways to add itself to the build configuration.Simplest example of an idea:
to
This can be made an optional and customizable option (e.g., if creating a library rather than an executable application)
The text was updated successfully, but these errors were encountered: