meta: add build system and stub tool source code
This commit is contained in:
4
rovem/CMakeLists.txt
Normal file
4
rovem/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user