1
0

module.modulemap 71 B

123456
  1. module CGtk [system] {
  2. header "header.h"
  3. link "gtk-4"
  4. export *
  5. }