forked from linuxdeepin/dde-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgen.go
19 lines (17 loc) · 1.14 KB
/
gen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-FileCopyrightText: 2018 - 2022 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: GPL-3.0-or-later
package api
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/device
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/graphic
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/locale-helper
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/thumbnailer
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/hans2pinyin
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/cursor-helper
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/gtk-thumbnailer
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/sound-theme-player
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/deepin-shutdown-sound
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/dde-open
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/adjust-grub-theme
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/image-blur
//go:generate go build -o target/ github.com/linuxdeepin/dde-api/image-blur-helper