Skip to content

Commit 20c2539

Browse files
committed
A Project Done and A New TODO
1 parent 48460a7 commit 20c2539

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

c/fileio/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CMAKE_MINIMUM_REQUIRED(VERSION 2.9)
2+
PROJECT(fileio)
3+
INCLUDE_DIRECTORIES(./include)
4+
AUX_SOURCE_DIRECTORY(./src DIR_SRC)
5+
ADD_EXECUTABLE(../bin/bin ${DIR_SRC})

c/sqlite/main.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include <stdio.h>
2+
int main(){
3+
printf("%s","原神ing");
4+
}

0 commit comments

Comments
 (0)