aboutsummaryrefslogtreecommitdiff
path: root/frontend/CMakeLists.txt
blob: ef64ee22358c20c2d0a628be57d89c828e2b1dc7 (plain)
1
2
3
4
5
6
7
8
9
10
target_sources(main PUBLIC
	main.cpp
	rl.cpp
	strings.cpp
	print.cpp
	Player.cpp
)

add_subdirectory(cmd)