core: add new enhanced object module

This commit is contained in:
2025-08-16 16:03:55 +01:00
parent 3f2558cac3
commit c65541ac62
15 changed files with 1684 additions and 1 deletions

3
object/CMakeLists.txt Normal file
View File

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