-
Notifications
You must be signed in to change notification settings - Fork 310
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
C++20 named module documentation updates #1767
C++20 named module documentation updates #1767
Conversation
- Fix CMake instructions for the module - Provided examples on module config - Elaborated on the dynamic dispatcher
178a37c
to
388af4e
Compare
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.
Beside that little comment everything looks fine. :)
- Rearranged warning - Removed subdirectory from `BASE_DIRS` - Added subdirectory to `FILES` - Added more information for dynamic loader CMake setup with module
b2dbadc
to
3c6c0bf
Compare
No worries :) and I also needed this on my side to make things compile if not you can't include the macros header and the compilation of the cppm fails.
|
Hmm, I didn't need that. Linking to |
You are right, Vulkan::Vulkan was linking on an other target. Linking it to Thanks! |
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.
All good!
Add minimum required Vulkan version check in the CMake module example
9a1dfbb
to
53e3315
Compare
@sharadhr and @monamimani Thanks a lot for your great support here! The result looks good. |
LGTM! |
Yep let's go 😃 |
Resolves #1753.