summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-cmake-prog-in
blob: 8d83379d18fa916b2235b1293adb0cfa64bd8f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=@section@

config @PACKAGE@
	bool
	prompt "@package@"
	select HOST_CMAKE
	help
	  FIXME

if @PACKAGE@

config @PACKAGE@_TRUNK
	bool
	prompt "use trunk"
	help
	  Build trunk instead of latest release.

endif