Converting cpp project to Clang module guide?

Hello,

Looks like cpp interop doesn’t yet support cpp modules. Does anybody have any good resources that does a comparison between the two features? In general I am wondering about converting let’s say a cpp module to clang module.

Does anybody have a good guide to turn a cmake into clang module? I have this example but I am not cmake expert GitHub - compnerd/swift-cmake-examples: Swift example projects

Don't waste time figuring out cmake with swift, just try swift package manager for swift.