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

Add (more) support code for IDEs (VS, Xcode) #39

Open
friendlyanon opened this issue Dec 27, 2021 · 0 comments
Open

Add (more) support code for IDEs (VS, Xcode) #39

friendlyanon opened this issue Dec 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@friendlyanon
Copy link
Owner

The gif_engine example project has such support code:

  • Add headers to targets so they show up in solution view (ref)
  • Use source_group to make solution view not flatten the files (ref)
  • Add startup target, so by default people can debug right away conveniently (ref)

The folders.cmake is already IDE specific support code. The example project uses the target_sources_grouped command to combine target_sources and source_group, so files don't have to be mentioned twice or added to a list, which makes use more declarative. This is a command would have to be used on the main code path as well, which could make reading the project CML more difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant