add cmd module from corelib

This commit is contained in:
2024-10-24 21:32:28 +01:00
parent 901a60206f
commit d0dcee9c6f
9 changed files with 2530 additions and 1 deletions

3
cmd/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
include(../cmake/Templates.cmake)
add_bluelib_module(NAME cmd DEPENDENCIES core object term)