It's a template project for using cmake
workspace
|—— src
|—— test
|—— include
|—— test.c
|—— CMakeLists.txt
|—— CMakeLists.txt
|—— CMakeLists.txt
|—— build (CMake build dir 可任意指定)
># cd template_cmake
># mkdir build && cd build
># cmake ..
># make