-
Notifications
You must be signed in to change notification settings - Fork 9
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
Major CMake rework #72
Conversation
Also applied some minor bug fixes for Intel OneAPI DPC++ Mostly just a quick fix to throw on top of this PR |
Also ignore the failed check for the linter. I will fix all issues with the linter in a later PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also good
This PR is solely focused on making the CMake script more scalable. The issue I was running into before was it was super easy to miss files or not properly add them to the cmake. Now we are being significantly more explicit.