Configured project for GTK compilation
This commit is contained in:
parent
88668305f4
commit
fef1074835
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
||||
*.code-workspace
|
||||
.cache
|
||||
compile_commands.json
|
||||
learning
|
@ -1 +1,3 @@
|
||||
This is just a project for me to learn how to use GTK+ in
|
||||
|
||||
For my own memory, generate comile_commands.json with `bear -- make`
|
5
learning.c
Normal file
5
learning.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
int main(){
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user