Skip to content

add support for FILE_SET CXX_MODULES #53

@ClausKlein

Description

@ClausKlein

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
  )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions