file(GLOB_RECURSE sources *.c *.h) add_executable(ropkg ${sources}) target_link_libraries(ropkg libropkg Bluelib::Core Bluelib::Object Bluelib::Io Bluelib::Term Bluelib::Cmd)