meta: move endian functions from object to core

This commit is contained in:
2024-12-10 22:26:52 +00:00
parent 96308b2965
commit 7452491427
5 changed files with 273 additions and 42 deletions

View File

@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.25)
project(bluelib C)
include (TestBigEndian)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(b_modules core object term cmd)