CMakeLists.txt 182 字节
Newer Older
饶先宏's avatar
饶先宏 已提交
1
cmake_minimum_required (VERSION 3.8)
饶先宏's avatar
饶先宏 已提交
2 3 4 5 6 7 8 9
add_library (lcom STATIC
  "include/dlist.h"
  "include/eiid.h" 
  "include/guid.h" 
  "include/object.h" 
  "src/dlist.c" 
  "src/object.c"
  )