file(GLOB_RECURSE sources *.c *.h)
add_executable(ropam ${sources})
target_link_libraries(ropam
libropkg
FX::Runtime FX::Io FX::Term FX::Cmdline)