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

Feat/MAG-36: Make CMakeLists.txt files editable #21

Merged
merged 7 commits into from
Dec 24, 2023

Conversation

rdsov
Copy link
Member

@rdsov rdsov commented Dec 24, 2023

This PR brings in the highly requested and anticipated feature: editable CMakeLists.txt files.

How will this work?

  • Every CMakeLists.txt file will now include a custom section at the bottom, signaled by the comment "# Insert your own CMake commands after this line.".
  • Any code following this line will behave like it normally would in any CMake project.
  • Any code above this line still remains uneditable since that part is regenerated on the fly.
  • However, you can influence this behavior by writing your own commands that act as overrides. It is planned to move as much logic as possible into variables so you can fully customize the entire process.

Copy link

linear bot commented Dec 24, 2023

@rdsov rdsov added the Feature New feature or request label Dec 24, 2023
@rdsov rdsov marked this pull request as ready for review December 24, 2023 14:28
@rdsov rdsov merged commit 1224a51 into dev Dec 24, 2023
@rdsov rdsov deleted the feat/mag-36/editable-cmake-files branch December 24, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant