forked from gary/ems
2
0
Fork 0

更新代码及部署文件

This commit is contained in:
ahu_gq 2025-05-27 11:32:46 +08:00
parent 14a945c2c5
commit cbdfb28e63
8 changed files with 56 additions and 2643 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +0,0 @@
#
set(LIBRARY_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/clib/x86)
#
set(KERNEL_SOURCES kit_db.c)
#
set(LIB_KERNEL clib)
#
add_library(${LIB_KERNEL} SHARED ${KERNEL_SOURCES})
#
set_target_properties(${LIB_KERNEL} PROPERTIES
VERSION 1.0.1 #
SOVERSION 1 # ABI
)
#
target_include_directories(${LIB_KERNEL} PRIVATE ${CMAKE_SOURCE_DIR}/lib)
#
target_link_libraries(${LIB_KERNEL} sqlite3)

BIN
release/ems/db/business.db Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
release/ems/db/sqlite3.db Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.