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
Since CMake v3.30 this is possible and should be supported too:
install(TARGETS Also
EXPORT Algo
FILE_SET CXX_MODULES
DESTINATION${CMAKE_INSTALL_LIBDIR}/cmake/my_package/src
CXX_MODULES_BMI
DESTINATION${CMAKE_INSTALL_LIBDIR}/cmake/my_package/bmi-$<CONFIG>
... # Other things to install
)