ropam: add sub-command to initialise a sysroot
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
file(GLOB_RECURSE sources *.c *.h)
|
||||
|
||||
add_executable(ropam ${sources})
|
||||
target_link_libraries(ropam Bluelib::Core Bluelib::Object Bluelib::Io Bluelib::Term Bluelib::Cmd)
|
||||
target_link_libraries(ropam
|
||||
libropkg
|
||||
Bluelib::Core Bluelib::Object Bluelib::Io Bluelib::Term Bluelib::Cmd)
|
||||
|
||||
Reference in New Issue
Block a user