You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zhaohe 75e3568881 v3.1.7 |不允许在设备忙的情况下 登陆和登出 不允许在已登陆的情况下, 重复登陆。 4 weeks ago
..
README.md init proje 12 months ago
zadd_executable.cmake init proje 12 months ago
zadd_executable_simple.cmake init proje 12 months ago
zadd_library.cmake init proje 12 months ago
zcmake.cmake init proje 12 months ago

README.md

README

在工程目录下的CmakeLists.txt,包含此目录下的文件,或者将下面的文件拷贝到工程目录中即可

####demo####

include(zcmake/zcmake.cmake)

zadd_executable(
  TARGET app.out
  SRC src/main.cpp
)

############