The name `module.modulemap` is convention. > Clang will also search for a file named `module.map`. This behavior is deprecated and > we plan to eventually remove it.
5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
module myModule {
|
|
header "myModule.h"
|
|
export *
|
|
}
|