初步提供c标准接口

This commit is contained in:
xiongziliang
2019-12-17 18:45:31 +08:00
parent ee88297d4a
commit 31438cfde4
13 changed files with 894 additions and 0 deletions

View File

@@ -187,6 +187,9 @@ elseif(NOT ANDROID OR IOS)
list(APPEND LINK_LIB_LIST pthread)
endif ()
#添加c库
add_subdirectory(api)
if (NOT IOS)
#测试程序
add_subdirectory(tests)