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

What targets are defined by find_package( mdspan )? #339

Open
VictorEijkhout opened this issue Jun 4, 2024 · 4 comments · May be fixed by #341
Open

What targets are defined by find_package( mdspan )? #339

VictorEijkhout opened this issue Jun 4, 2024 · 4 comments · May be fixed by #341

Comments

@VictorEijkhout
Copy link

mdspan comes with .cmake files, but I'm not good enough at cmake exegesis to figure out what targets they define. Can someone elucidate?

@VictorEijkhout
Copy link
Author

Ah. The cmake setup in examples:

find_package( mdspan REQUIRED )
target_link_libraries(${PROJECT_NAME} PUBLIC std::mdspan)

Maybe this can be added to some documentation somewhere?

@mhoemmen
Copy link
Contributor

mhoemmen commented Jun 4, 2024

Hi @VictorEijkhout ! Would you consider making a small pull request that changes README.md (in the project's root directory) with the desired documentation? Thanks! : - )

@VictorEijkhout
Copy link
Author

Done, I think.
@mhoemmen
(are you going to CppCon?)

@mhoemmen
Copy link
Contributor

mhoemmen commented Jun 5, 2024

Thanks @VictorEijkhout ! : - ) I do plan to go to CppCon. Will you be there?

@mhoemmen mhoemmen linked a pull request Jun 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants