重新设计了cmake编译过程

This commit is contained in:
2022-04-29 10:37:33 +08:00
parent fa7e3054ff
commit 44fe004f58
7 changed files with 40 additions and 9 deletions

11
include/example.h Normal file
View File

@@ -0,0 +1,11 @@
//
// Created by ricardo on 2022/4/29.
//
#ifndef AUTO_PILOT_BUS_EXAMPLE_H
#define AUTO_PILOT_BUS_EXAMPLE_H
#include "stdio.h"
void print(char* str);
#endif //AUTO_PILOT_BUS_EXAMPLE_H