重新设计了cmake编译过程
This commit is contained in:
11
include/example.h
Normal file
11
include/example.h
Normal 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
|
Reference in New Issue
Block a user