Open VictorEijkhout opened 5 months ago
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?
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! : - )
Done, I think. @mhoemmen (are you going to CppCon?)
Thanks @VictorEijkhout ! : - ) I do plan to go to CppCon. Will you be there?
mdspan comes with
.cmake
files, but I'm not good enough at cmake exegesis to figure out what targets they define. Can someone elucidate?