file(GLOB_RECURSE sources *.c *.h)

add_executable(rovem ${sources})
target_link_libraries(rovem
	libropkg
	FX::Runtime FX::Io FX::Term FX::Cmdline)
