重新设计了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

View File

@@ -1,7 +0,0 @@
#include <stdio.h>
int main()
{
printf("good night!\n");
return 0;
}