You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was looking into updating vcpkg port to include module interface file magic_enum.cppm. It seems like cmake install does not copy the cppm file anywhere. My question is, is this correct way to handle this use case? GLM port copies .cppm file with all header files to install folder from which user can add it to CXX_MODULES fileset. Should magic_enum also just copy the module file by default into magic_enum/modules folder (or something similar).
The text was updated successfully, but these errors were encountered:
Hi, I was looking into updating vcpkg port to include module interface file
magic_enum.cppm
. It seems like cmake install does not copy the cppm file anywhere. My question is, is this correct way to handle this use case? GLM port copies .cppm file with all header files to install folder from which user can add it to CXX_MODULES fileset. Should magic_enum also just copy the module file by default intomagic_enum/modules
folder (or something similar).The text was updated successfully, but these errors were encountered: