file(GLOB_RECURSE sources *.c *.h)

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