...
 
Commits (2)
    https://gitcode.net/m0_56903617/lcom/-/commit/0c25872413ac1704ce3fa86546873e55908ab390 202105212120 2021-05-21T21:20:31+08:00 m0_56903617 raoxianhong@jingjiamicro.com https://gitcode.net/m0_56903617/lcom/-/commit/6c3a95bbfc4cb769cd597a7f6c7d14c5bb996c05 Merge branch 'master' of https://codechina.csdn.net/m0_56903617/lcom 2021-05-21T21:20:48+08:00 m0_56903617 raoxianhong@jingjiamicro.com
cmake_minimum_required (VERSION 3.8)
add_library (lcom STATIC "include/dlist.h" "include/eiid.h" "include/guid.h"
"include/object.h" "src/dlist.c" "src/object.c")
add_library (lcom STATIC
"include/dlist.h"
"include/eiid.h"
"include/guid.h"
"include/object.h"
"src/dlist.c"
"src/object.c"
)
/*
/*
** LCOM: 轻量级组件对象模型
** Copyright (C) 2021-2021, raoxianhong<raoxianhong@163.net>
** All rights reserved.
......
/*
/*
** LCOM: 轻量级组件对象模型
** Copyright (C) 2021-2021, raoxianhong<raoxianhong@163.net>
** All rights reserved.
......
/*
/*
** LCOM: 轻量级组件对象模型
** Copyright (C) 2021-2021, raoxianhong<raoxianhong@163.net>
** All rights reserved.
......