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.

16 lines
251 B

2 years ago
  1. # README
  2. ```
  3. 在工程目录下的CmakeLists.txt,包含此目录下的文件,或者将下面的文件拷贝到工程目录中即可
  4. ####demo####
  5. include(zcmake/zcmake.cmake)
  6. zadd_executable(
  7. TARGET app.out
  8. SRC src/main.cpp
  9. )
  10. ############
  11. ```