meta: add build system and stub tool source code

This commit is contained in:
2025-07-07 13:56:20 +01:00
parent 2bc7a0d900
commit ba40290eea
27 changed files with 990 additions and 0 deletions

4
rovem/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
file(GLOB sources *.c *.h)
add_executable(rovem ${sources})
target_link_libraries(rovem Bluelib::Core Bluelib::Object Bluelib::Io Bluelib::Term Bluelib::Cmd)