create new project.

除sapp和插件之外, 其他模块也经常有从某个层跳转到某个层的需求,
从sapp中剥离此部分代码, 独立成为一个公共库.
This commit is contained in:
lijia
2021-09-14 15:50:53 +08:00
commit f6f399f69a
17 changed files with 4371 additions and 0 deletions

2
test/Makefile Normal file
View File

@@ -0,0 +1,2 @@
test_jump_layer:test_jump_layer.c
gcc -g -o $@ test_jump_layer.c -D_GNU_SOURCE -L/opt/MESA/lib -lMESA_jump_layer -I ../inc -I/opt/MESA/include/MESA -l pcap