codeeditor/Sources/CCodeEditor/module.modulemap
2023-11-28 21:03:13 +01:00

5 lines
82 B
Plaintext

module CCodeEditor [system] {
header "shim.h"
link "gtksourceview-5"
export *
}