aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd/CMakeLists.txt
blob: 61feb848d7047b32cf68ff18813de772ef96877f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
target_sources(main PUBLIC
	cheat.cpp
	equip.cpp
	get.cpp
	go.cpp
	help.cpp
	hit.cpp
	put.cpp
	query.cpp
	quit.cpp
	restart.cpp
	search.cpp
	use.cpp
	view.cpp
	wait.cpp
)