-
Notifications
You must be signed in to change notification settings - Fork 2
Update transform_view to exemplar-based INTERFACE configuration #10
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
base: main
Are you sure you want to change the base?
Conversation
ac3f091 to
7bedbab
Compare
756dedc to
0f8f41d
Compare
0f8f41d to
f5507d4
Compare
|
|
||
| add_subdirectory(include/beman/transform_view) | ||
|
|
||
| include(CTest) |
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.
| include(CTest) |
This is handled in line 51 (enable_testing includes ctest) under the condition that tests are being built
| $ build/gcc-release/examples/beman.transform_view.examples.transform_view_direct_usage | ||
| lower | ||
| The `debug` presets are designed to aid development, so it has debugging | ||
| instrumentation enabled and many sanitizers enabled. |
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.
I sort of dislike that we've removed the specifics that were put here....
|
|
||
| <details> | ||
| <summary> Use beman.transform_view directly from C++ </summary> | ||
|
|
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.
The statement below is valid -- we really need to separate the readme for building versus 'using in your project'.
tzlaine
left a comment
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.
This all seems fine to me. Are Jeff's comments blocking this? I'm unclear if I should merge it as-is.
No description provided.