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).
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/modulesfolder (or something similar).